diff --git a/build.sh b/build.sh index c14d569..ea5b1b3 100755 --- a/build.sh +++ b/build.sh @@ -91,7 +91,7 @@ windows-x86_64) cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/.." -DCMAKE_INSTALL_LIBDIR="lib" -DPCRE_SOURCE="." -DBUILD_SHARED_LIBS=on . ls -la make -j $THREADS - ../bin/unit-hyperscan + ../bin/unit-hyperscan.exe make install/strip ;; linux-x86_64)