Environment: remove useless environment variable specification from build alias

BodgeMaster-unfinished
BodgeMaster 2022-07-06 12:29:19 +02:00
parent 3f6e74ed4e
commit 4e2a9f6297
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function run_tests {
function build {
pushd "$PROJECT_BASE_DIR" >/dev/null 2>&1
SINGLE="$SINGLE" CXX="$CXX" CXXFLAGS="$CXXFLAGS" scripts/build.sh
scripts/build.sh
popd >/dev/null 2>&1
}