Clean up variant system

This commit is contained in:
BtbN 2020-09-08 02:09:14 +02:00
parent 8eeff4a85d
commit 6d69575f50
14 changed files with 22 additions and 37 deletions

View file

@ -15,7 +15,6 @@ get_output() {
)
}
source "variants/${VARIANT}.sh"
source "variants/${TARGET}-${VARIANT}.sh"
export FFBUILD_PREFIX="$(docker run --rm "$IMAGE" bash -c 'echo $FFBUILD_PREFIX')"