Skip to content

Commit e3ce31a

Browse files
committed
Explicitly specify iOS version in macabi triplet
1 parent 48b2290 commit e3ce31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_individual_libldk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def run(config: ScriptConfig):
2424

2525
rust_target_os = 'ios'
2626
if platform == 'macosx' and llvm_target_triple_suffix == '-macabi':
27-
rust_target_os = 'ios-macabi'
27+
# rust_target_os = 'ios-macabi'
28+
rust_target_os = 'ios14.0-macabi'
2829
elif platform == 'macosx':
2930
rust_target_os = 'darwin'
3031

0 commit comments

Comments
 (0)