From be575be8e4bd5b4bf81941e3d5430220bf8ea63f Mon Sep 17 00:00:00 2001 From: Matthias Gliwka Date: Thu, 7 Dec 2023 14:55:41 +0200 Subject: [PATCH] fix order of ln --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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