mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
Fix another arch use.
This commit is contained in:
parent
eec8f956e0
commit
644dfe50a7
@ -426,7 +426,7 @@ class MMSConfig(object):
|
|||||||
elif compiler.target.platform == 'mac':
|
elif compiler.target.platform == 'mac':
|
||||||
if sdk.name in ['sdk2013', 'bms']:
|
if sdk.name in ['sdk2013', 'bms']:
|
||||||
lib_folder = os.path.join(sdk.path, 'lib', 'public', 'osx32')
|
lib_folder = os.path.join(sdk.path, 'lib', 'public', 'osx32')
|
||||||
elif arch == 'x86_64':
|
elif compiler.target.arch == 'x86_64':
|
||||||
lib_folder = os.path.join(sdk.path, 'lib', 'osx64')
|
lib_folder = os.path.join(sdk.path, 'lib', 'osx64')
|
||||||
else:
|
else:
|
||||||
lib_folder = os.path.join(sdk.path, 'lib', 'mac')
|
lib_folder = os.path.join(sdk.path, 'lib', 'mac')
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Aug 19, 2020
|
Aug 19, 2020 #2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user