Skip to content

Commit

Permalink
fix order of ln
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 7, 2023
1 parent fc1473a commit be575be
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 @@ -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
Expand Down

0 comments on commit be575be

Please sign in to comment.