modulefile: unset C_INCLUDE_PATH and CPLUS_INCLUDE_PATH

This commit is contained in:
2022-06-24 18:55:35 +02:00
parent 724fc93ad2
commit 868da78ecc
+2
View File
@@ -20,6 +20,8 @@ if { [module-info mode load] } {
remove-path PATH $str
}
}
remove-path C_INCLUDE_PATH "$PREFIX/include"
remove-path CPLUS_INCLUDE_PATH "$PREFIX/include"
}
set shell [module-info shell]