diff options
author | comex | 2015-06-25 21:39:30 -0400 |
---|---|---|
committer | comex | 2015-06-25 21:39:30 -0400 |
commit | abee6770e6383b7da373c4d8600c3a0e64165987 (patch) | |
tree | 50b156effeffa4c662ef09fe63817f9ca3977c7d /configure | |
parent | ... (diff) | |
download | substitute-abee6770e6383b7da373c4d8600c3a0e64165987.tar.gz |
fixes - now three ways to specify an arch for xcode, yayer
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ settings.package_unix_name.value = 'substitute' c = settings.host_machine().c_tools() c.cc.required() +c.dsymutil.required() asm_archs = [ ('x86_64', []), |