Show More
@@ -35,7 +35,12 b' TIME_STAMP_SERVER_URL = VARS.get("TIME_S' | |||
|
35 | 35 | IS_WINDOWS = "windows" in BUILD_TARGET_TRIPLE |
|
36 | 36 | |
|
37 | 37 | # Code to run in Python interpreter. |
|
38 | RUN_CODE = "import hgdemandimport; hgdemandimport.enable(); from mercurial import dispatch; dispatch.run()" | |
|
38 | RUN_CODE = """ | |
|
39 | import hgdemandimport; | |
|
40 | hgdemandimport.enable(); | |
|
41 | from mercurial import dispatch; | |
|
42 | dispatch.run(); | |
|
43 | """ | |
|
39 | 44 | |
|
40 | 45 | set_build_path(ROOT + "/build/pyoxidizer") |
|
41 | 46 |
General Comments 0
You need to be logged in to leave comments.
Login now