diff --git a/build.sh b/build.sh index d1316f3..925c738 100755 --- a/build.sh +++ b/build.sh @@ -50,7 +50,7 @@ export PATH=$PATH:$(pwd)/bin if [ "$DETECTED_PLATFORM" = "windows-x86_64" ] then - ln -s bin/make.exe $(which mingw32-make) + ln -s $(which mingw32-make) bin/make.exe fi curl -L -o vectorscan-$VERSION.tar.gz https://github.com/VectorCamp/vectorscan/archive/refs/tags/vectorscan/5.4.11.tar.gz