projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5527ac
)
[waf] bump minimum macosx version to 16.4
author
Paul Brossier
<piem@piem.org>
Mon, 12 May 2025 13:43:26 +0000
(15:43 +0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 12 May 2025 13:43:26 +0000
(15:43 +0200)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
a0979c8
..
9bbb44c
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-259,7
+259,7
@@
def configure(ctx):
color = 'YELLOW')
if target_platform in [ 'ios', 'iosimulator', 'watchos', 'watchsimulator' ]:
- MINSDKVER="
6.1
"
+ MINSDKVER="
16.4
"
xcodeslct_output = subprocess.check_output (['xcode-select', '--print-path'])
XCODEPATH = xcodeslct_output.decode(sys.stdout.encoding).strip()
if target_platform == 'ios':