mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-26 09:33:08 +02:00
Pmodules/libpbuild.bash
- in cleanup_env(): unset CC, CXX etc
This commit is contained in:
@@ -124,6 +124,12 @@ pbuild::cleanup_env() {
|
||||
CXXFLAGS=''
|
||||
LIBS=''
|
||||
LDFLAGS=''
|
||||
|
||||
unset CC
|
||||
unset CXX
|
||||
unset FC
|
||||
unset F77
|
||||
unset F90
|
||||
}
|
||||
|
||||
pbuild::pre_configure() {
|
||||
|
||||
Reference in New Issue
Block a user