QGIS/ms-windows/mxe/build.sh

12 lines
243 B
Bash
Raw Normal View History

#!/bin/bash
# Location of current script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
docker run \
2018-10-13 11:24:42 +02:00
-v $(pwd):$(pwd) \
-w $(pwd) --rm \
--user $(id -u):$(id -g) \
2019-11-25 16:42:48 +01:00
elpaso/mxe-qt5-builder \
${DIR}/build-mxe.sh