Skip to content

Commit

Permalink
Add exe extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 7, 2023
1 parent 56c2bbd commit 0a479d9
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 @@ -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)
Expand Down

0 comments on commit 0a479d9

Please sign in to comment.