mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
9 lines
324 B
Bash
9 lines
324 B
Bash
|
#!/bin/bash
|
||
|
# abstract the prepare commands for the windows build into a script that can be reused
|
||
|
# instead of a yaml file
|
||
|
cd /win
|
||
|
ln -s /__w/subsurface/subsurface .
|
||
|
echo "downloading sources for fresh build"
|
||
|
bash subsurface/scripts/get-dep-lib.sh single . libzip
|
||
|
bash subsurface/scripts/get-dep-lib.sh single . googlemaps
|