mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/apenwarr-redo: fix check error
The test suite complains when common variables are set, so we unset those. But recently, `CXX` has been set as well, so we need to unset that.
This commit is contained in:
parent
b1557c21ec
commit
81d391f3b3
@ -23,7 +23,7 @@ build() {
|
||||
|
||||
check() {
|
||||
# Causes issues with the test suite
|
||||
unset CC CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
|
||||
unset CC CPPFLAGS CFLAGS CXX CXXFLAGS LDFLAGS
|
||||
./do test
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user