Environment: remove useless environment variable specification from build alias
parent
3f6e74ed4e
commit
4e2a9f6297
|
@ -29,7 +29,7 @@ function run_tests {
|
||||||
|
|
||||||
function build {
|
function build {
|
||||||
pushd "$PROJECT_BASE_DIR" >/dev/null 2>&1
|
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
|
popd >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue