Skip to content

Commit

Permalink
Fix dll exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 7, 2023
1 parent be575be commit 0bb3e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ cd vectorscan

case $DETECTED_PLATFORM in
windows-x86_64)
# Path missing DLL export first - upstream PR pending
echo " hs_compile_lit_multi" >> hs.def
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
Expand Down

0 comments on commit 0bb3e12

Please sign in to comment.