source: docker/build-mlxwinebuild.sh@ 930:6da5e7a7ca9b

version_0.39_maint
Last change on this file since 930:6da5e7a7ca9b was 916:4f738ffc3596, checked in by István Váradi <ivaradi@…>, 6 years ago

Support for building for Windows using Wine

  • Property exe set to *
File size: 265 bytes
RevLine 
[916]1#!/bin/bash
2
3set -e -u
4
5sdistfile="${1}"
6sdistdir=$(cd $(dirname "${sdistfile}") && pwd)
7
8docker run --rm -v "${sdistdir}:/root/dist" mlxwinebuild build $(basename "${sdistfile}") $(id -u) $(id -g)
9#docker run -it --rm -v "${sdistdir}:/root/dist" mlxwinebuild bash
Note: See TracBrowser for help on using the repository browser.