Skip to content

Commit

Permalink
fix sln name
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Nov 24, 2023
1 parent b9c64f2 commit 5c08b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 5c08b89

Please sign in to comment.