diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 115b1d88cf1..d45c51f7309 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -162,7 +162,7 @@ def configurePaths(): else: libDir = os.path.join(libDir, "amd64") binDir = os.path.join(binDir, "amd64") - else: + elif not isDarwin(): libDir = libDir + "64" binDir = binDir + "64" addenv("PATH", binDir) |