projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16e592
)
[waf] tighten platform check when cross-compiling
author
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 10:55:47 +0000
(11:55 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 11:30:21 +0000
(12:30 +0100)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
fdc1dcb
..
d3c35e3
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-285,7
+285,7
@@
def configure(ctx):
ctx.env.LINKFLAGS += ['-arch', 'armv7s']
ctx.env.CFLAGS += [ '-miphoneos-version-min=' + MINSDKVER ]
ctx.env.LINKFLAGS += [ '-miphoneos-version-min=' + MINSDKVER ]
- el
se
:
+ el
if target_platform == 'iosimulator'
:
ctx.env.CFLAGS += [ '-arch', 'x86_64' ]
ctx.env.CFLAGS += [ '-arch', 'arm64' ]
ctx.env.LINKFLAGS += ['-arch', 'x86_64']