no TWNBUILDDIR

This commit is contained in:
veclavtalica
2025-01-14 04:47:53 +03:00
parent 664f123a85
commit b7cb37c06a
6 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@ set +e
exe="$(basename $PWD)"
toolpath="$(dirname -- "${BASH_SOURCE[0]}")"
export TWNROOT=$(realpath "$toolpath"/../)
export TWNBUILDDIR=$(realpath "$toolpath"/../build)
case "$1" in
build ) "$toolpath"/build.sh "${@:2}"