Skip to content

Commit 82d3a65

Browse files
authored
Merge pull request #684 from evo-lua/pcre2-update-latest
Update pcre2 to the latest HEAD
2 parents 182b753 + b179b39 commit 82d3a65

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deps/pcre-unixbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ cmake -S $SRC_DIR -B $BUILD_DIR -G Ninja -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_L
1010
cmake --build $BUILD_DIR --clean-first
1111

1212
cp $BUILD_DIR/libpcre2-8.a $OUT_DIR
13-
cp $BUILD_DIR/pcre2.h $OUT_DIR
13+
cp $BUILD_DIR/interface/pcre2.h $OUT_DIR

deps/pcre-windowsbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ cmake -S $SRC_DIR -B $BUILD_DIR -G Ninja -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_L
1010
cmake --build $BUILD_DIR --clean-first
1111

1212
cp $BUILD_DIR/libpcre2-8.a $OUT_DIR
13-
cp $BUILD_DIR/pcre2.h $OUT_DIR
13+
cp $BUILD_DIR/interface/pcre2.h $OUT_DIR

0 commit comments

Comments
 (0)