mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
0d6b572a9f
Signed-off-by: Michael Keller <mikeller@042.ch>
8 lines
337 B
Bash
Executable file
8 lines
337 B
Bash
Executable file
#!/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
|