Pmodules/libpbuild.bash

- in cleanup_env(): unset CC, CXX etc
This commit is contained in:
2015-10-13 16:28:38 +02:00
parent 5338afc46e
commit 508e5f596b
+6
View File
@@ -124,6 +124,12 @@ pbuild::cleanup_env() {
CXXFLAGS=''
LIBS=''
LDFLAGS=''
unset CC
unset CXX
unset FC
unset F77
unset F90
}
pbuild::pre_configure() {