From abee6770e6383b7da373c4d8600c3a0e64165987 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 25 Jun 2015 21:39:30 -0400 Subject: fixes - now three ways to specify an arch for xcode, yayer --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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', []), -- cgit v1.2.3