You've already forked linux-packaging-mono
Imported Upstream version 5.20.1.12
Former-commit-id: a44e4f5d88f923f0c98bbc6104e8bf0f469c3ba3
This commit is contained in:
parent
6220b8eaaf
commit
397341fa61
@@ -143,7 +143,8 @@ class DarwinProfile (UnixProfile):
|
||||
elif arch == 'darwin-64':
|
||||
package.local_ld_flags = ['-arch x86_64 -m64']
|
||||
package.local_gcc_flags = ['-arch x86_64 -m64']
|
||||
package.local_configure_flags = ['--disable-dependency-tracking']
|
||||
package.local_configure_flags = [
|
||||
'--build=x86_64-apple-darwin13.0.0', '--disable-dependency-tracking']
|
||||
else:
|
||||
error('Unknown arch %s' % arch)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user