diff options
author | comex | 2015-07-17 16:51:44 -0400 |
---|---|---|
committer | comex | 2015-07-17 16:51:44 -0400 |
commit | 8e5fc6282283d67770c0b459d840f9bc9474661a (patch) | |
tree | 4bb7a088e7552768dad41c05e6368eefe1d5f6f5 /configure | |
parent | add more correct 'is iOS' heuristic, and use it (diff) | |
download | substitute-8e5fc6282283d67770c0b459d840f9bc9474661a.tar.gz |
fix iOS detection properly.
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ settings.package_unix_name.value = 'substitute' c = settings.host_machine().c_tools() c.cc.required() c.dsymutil.required() - +settings.host_machine().will_need_darwin_target_conditionals() settings.add_setting_option('imaon2', '--with-imaon2', 'path to imaon2 (optional)', '') settings.add_setting_option('gen_dia', '--enable-recompile-dia', 'generate darwin-inject-asm.S', False, bool=True) |