mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
# this is run inside the docker container
|
||||||
cd /__w
|
cd /__w
|
||||||
|
|
||||||
[ ! -d mxe ] || ln -s /win/mxe .
|
[ -d mxe ] || ln -s /win/mxe .
|
||||||
|
|
||||||
# grab the version number
|
# grab the version number
|
||||||
cd subsurface
|
cd subsurface
|
||||||
|
|
Loading…
Reference in a new issue