##// END OF EJS Templates
pyoxidizer: switch to modern config using run_command instead of run_mode...
Augie Fackler -
r46436:867385f4 default
parent child Browse files
Show More
@@ -49,7 +49,7 b' def make_exe(dist):'
49
49
50 config = dist.make_python_interpreter_config()
50 config = dist.make_python_interpreter_config()
51 config.raw_allocator = "system"
51 config.raw_allocator = "system"
52 config.run_mode = "eval:%s" % RUN_CODE
52 config.run_command = RUN_CODE
53 # We want to let the user load extensions from the file system
53 # We want to let the user load extensions from the file system
54 config.filesystem_importer = True
54 config.filesystem_importer = True
55 # We need this to make resourceutil happy, since it looks for sys.frozen.
55 # We need this to make resourceutil happy, since it looks for sys.frozen.
General Comments 0
You need to be logged in to leave comments. Login now