mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 14:40:28 +00:00
cdf1865246
This uses latest master (as that's the only one that has the explicit Descent Mk2i support in it). Right now, unfortunately the MXE build fails. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
8 lines
337 B
Bash
8 lines
337 B
Bash
#!/bin/bash
|
|
# abstract the prepare commands for the windows build into a script that can be reused
|
|
# instead of a yaml file
|
|
|
|
echo "downloading sources for fresh build"
|
|
bash subsurface/scripts/get-dep-lib.sh single . libzip
|
|
bash subsurface/scripts/get-dep-lib.sh single . googlemaps
|
|
bash subsurface/scripts/get-dep-lib.sh single . libmtp
|