mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01: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':
|
||||
if sdk.name in ['sdk2013', 'bms']:
|
||||
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')
|
||||
else:
|
||||
lib_folder = os.path.join(sdk.path, 'lib', 'mac')
|
||||
|
@ -1 +1 @@
|
||||
Aug 19, 2020
|
||||
Aug 19, 2020 #2
|
||||
|
Loading…
x
Reference in New Issue
Block a user