WineBarrels-Wine/Platform-v2.0/Wine/build_amd64.sh

5 lines
195 B
Bash

#! /usr/bin/env bash
# Args: <file> <build-args> [<repo>]
"$(dirname "$0")/../tools/hash_modules.py" --require-build "$1" x86_64 &&
exec "$(dirname "$0")/../tools/build.sh" "$1" x86_64 "$2" "$3"