mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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:
parent
4c193d7bdf
commit
7771b444a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue