build_environment.py: clean LUA_PATH and LUA_CPATH (#42101)
For better build isolation
This commit is contained in:
@@ -217,6 +217,9 @@ def clean_environment():
|
||||
env.unset("R_HOME")
|
||||
env.unset("R_ENVIRON")
|
||||
|
||||
env.unset("LUA_PATH")
|
||||
env.unset("LUA_CPATH")
|
||||
|
||||
# Affects GNU make, can e.g. indirectly inhibit enabling parallel build
|
||||
# env.unset('MAKEFLAGS')
|
||||
|
||||
|
Reference in New Issue
Block a user