mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
windows-container: enable smtk2ssrf building
Enable building of SmartTrak divelogs importer. A new, lighter, tarball for mxe static libraries has been built, as it seems impossible to build mdbtools with shared libraries (see mxe's build matrix). The tarball doesn't include prebuilt mdbtools and we build from source via build script. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
32df0ab0da
commit
faca48f2b6
4 changed files with 18 additions and 18 deletions
|
|
@ -16,6 +16,7 @@ CURRENT_LIBFTDI="1.3"
|
|||
CURRENT_KIRIGAMI="8691651c1f0d09430416ba5fe2130647554b06a9"
|
||||
CURRENT_BREEZE_ICONS=""
|
||||
CURRENT_GRANTLEE="v5.0.0"
|
||||
CURRENT_MDBTOOLS="master"
|
||||
|
||||
# Checkout library from git
|
||||
# Ensure specified version is checked out,
|
||||
|
|
@ -187,6 +188,9 @@ for package in "${PACKAGES[@]}" ; do
|
|||
grantlee)
|
||||
git_checkout_library grantlee $CURRENT_GRANTLEE https://github.com/steveire/grantlee.git
|
||||
;;
|
||||
mdbtools)
|
||||
git_checkout_library mdbtools $CURRENT_MDBTOOLS https://github.com/brianb/mdbtools.git
|
||||
;;
|
||||
*)
|
||||
echo "unknown package \"$package\""
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue