Skip to content

Commit e291670

Browse files
committed
Configure
1 parent db9a35a commit e291670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for ARCH in x64 i386; do
99

1010
echo "Compiling 'libfswatch' from source for ${ARCH} ..."
1111

12-
cmake -S src/fswatch -B build -G "Unix Makefiles" \
12+
cmake -S src/fswatch -B build -G "Unix Makefiles" \
1313
-DCMAKE_INSTALL_PREFIX=install/${ARCH} \
1414
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
1515
-DCMAKE_COLOR_MAKEFILE=0 -DCMAKE_INSTALL_MESSAGE=NEVER \

0 commit comments

Comments
 (0)