WineBarrels-BasePlatforms/Platform/v2.0/Extensions/build_extension.sh

5 lines
174 B
Bash

#! /usr/bin/env bash
# Args: <file> <arch> <builder-args> [<repo>]
CONF_PATH="$(dirname "$0")" &&
exec "$CONF_PATH/../../../tools/build_when_required.sh" "$1" "$2" "$3" "$4"