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

5 lines
178 B
Bash

#! /usr/bin/env bash
# <build-args> [<repo>]
CONF_PATH="$(dirname "$0")" &&
exec "$CONF_PATH/../../tools/build_when_required.sh" "$CONF_PATH/Base-x86_64.yaml" "x86_64" "$1" "$2"