fix: gen_ksymtable does not work on non-English platform
[lunaix-os.git] / lunaix-os / scripts / build-tools / lcfg / common.py
index 25e8d1bb7d5c8755d2a8f7b4b24d04df3e91ab49..383d1ecc9e737366298bfca71be8f5a8c8ad9c35 100644 (file)
@@ -114,7 +114,7 @@ class LConfigEnvironment(Renderable):
         super().__init__()
         
         self.__ws_path = path.abspath(workspace)
-        self.__exec_globl = globals()
+        self.__exec_globl = {}
         self.__eval_stack = []
         self.__lc_modules = []
         self.__config_val = {}