Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix another arch use.
  • Loading branch information
dvander committed Aug 19, 2020
1 parent eec8f95 commit 644dfe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AMBuildScript
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion support/buildbot/trigger_full_rebuild
@@ -1 +1 @@
Aug 19, 2020
Aug 19, 2020 #2

0 comments on commit 644dfe5

Please sign in to comment.