Skip to content

Commit 70efe6b

Browse files
committed
no llvm dylib
1 parent 9b718d9 commit 70efe6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

recipe/bld.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cmake ^
1818
-DBUILD_SHARED_LIBS=yes ^
1919
-DMSVC_USE_MT=no ^
2020
-DBUILD_SHARED_LIBS=no ^
21+
-DWITH_LLVM_DYLIB=no ^
2122
..
2223
if errorlevel 1 exit 1
2324

recipe/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ cmake ${CMAKE_ARGS} \
3535
-DWITH_COTIRE=no \
3636
-DBUILD_FOR_DISTRIBUTION=yes \
3737
-DBUILD_SHARED_LIBS=no \
38+
-DWITH_LLVM_DYLIB=no \
3839
..
3940

4041
make -j${CPU_COUNT} VERBOSE=1

0 commit comments

Comments
 (0)