diff --git a/build.sh b/build.sh index 3a5f7a7..19bd532 100755 --- a/build.sh +++ b/build.sh @@ -88,7 +88,7 @@ macosx-x86_64|macosx-arm64) windows-x86_64) unset TEMP TMP # temp is defined in uppercase by bash and lowercase by windows, which causes problems with cmake + msbuild CXXFLAGS="/Wv:17" cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/.." -DCMAKE_INSTALL_LIBDIR="lib" -DARCH_OPT_FLAGS='' -DPCRE_SOURCE="." -DBUILD_SHARED_LIBS=on . - MSBuild.exe hyperscan.sln //p:Configuration=Release //p:Platform=x64 + MSBuild.exe vectorscan.sln //p:Configuration=Release //p:Platform=x64 cp -r src/* ../include/hs/ cp lib/*.lib ../lib ;;