Skip to content

Commit 003ae79

Browse files
committed
[NOBIN] Updated CMake flags to the new type in the mingw_build script
1 parent 0247611 commit 003ae79

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mingw_build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ cmake . \
77
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ \
88
-DCMAKE_RC_COMPILER=x86_64-w64-mingw32-windres \
99
-DCMAKE_SYSTEM_NAME=Windows-GNU \
10-
-DPESIEVE_AS_DLL=0 \
11-
-DPESIEVE_AS_STATIC_LIB=1 \
10+
-DHH_PESIEVE_LINK_MODE=STATIC \
1211
-DLINK_STATICALLY=1
1312

1413
make
15-

0 commit comments

Comments
 (0)