WineBarrels-BasePlatforms/BasePlatform/v2/build.base.sh

5 lines
178 B
Bash
Raw Normal View History

2020-01-04 16:36:58 +00:00
#! /usr/bin/env bash
2020-04-24 23:51:48 +00:00
# <build-args> [<repo>]
2020-01-04 16:36:58 +00:00
2020-04-24 23:51:48 +00:00
CONF_PATH="$(dirname "$0")" &&
exec "$CONF_PATH/../../tools/build_when_required.sh" "$CONF_PATH/Base-x86_64.yaml" "x86_64" "$1" "$2"