This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Setup CARLA_MAGIC_FILE env var for cxfreeze builds
tags/v2.3.0-RC1
falkTX
4 years ago
parent
9ccc9acbea
commit
12b8a81882
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/frontend/carla_shared.py
+ 2
- 0
source/frontend/carla_shared.py
View File
@@ -571,6 +571,8 @@ if os.path.isfile(CWD):
if CWD.endswith("/lib"):
CWD = CWD.rsplit("/lib",1)[0]
CXFREEZE = True
if not WINDOWS:
os.environ['CARLA_MAGIC_FILE'] = os.path.join(CWD, "magic.mgc")
else:
CXFREEZE = False
Write
Preview
Loading…
Cancel
Save