We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a35a commit e291670Copy full SHA for e291670
configure.win
@@ -9,7 +9,7 @@ for ARCH in x64 i386; do
9
10
echo "Compiling 'libfswatch' from source for ${ARCH} ..."
11
12
- cmake -S src/fswatch -B build -G "Unix Makefiles" \
+ cmake -S src/fswatch -B build -G "Unix Makefiles" \
13
-DCMAKE_INSTALL_PREFIX=install/${ARCH} \
14
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
15
-DCMAKE_COLOR_MAKEFILE=0 -DCMAKE_INSTALL_MESSAGE=NEVER \
0 commit comments