Build system: Fix Windows Build Script.

Fix a bug preventing the `mxe` symlink from being created.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2023-06-02 01:41:39 +12:00 committed by Dirk Hohndel
parent 4c193d7bdf
commit 7771b444a1

View file

@ -3,7 +3,7 @@
# this is run inside the docker container
cd /__w
[ ! -d mxe ] || ln -s /win/mxe .
[ -d mxe ] || ln -s /win/mxe .
# grab the version number
cd subsurface