aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorcomex2015-06-25 21:39:30 -0400
committercomex2015-06-25 21:39:30 -0400
commitabee6770e6383b7da373c4d8600c3a0e64165987 (patch)
tree50b156effeffa4c662ef09fe63817f9ca3977c7d /configure
parent... (diff)
downloadsubstitute-abee6770e6383b7da373c4d8600c3a0e64165987.tar.gz
fixes - now three ways to specify an arch for xcode, yayer
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4eecda0..93682e0 100755
--- a/configure
+++ b/configure
@@ -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', []),