Skip to content

Commit 039fa1e

Browse files
committed
Identify the precise responsible CFLAG parameter without version
1 parent e01621c commit 039fa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_individual_libldk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def run(config: ScriptConfig):
6161
child_environment['PATH'] = '/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin'
6262

6363
# stop cargo's obsession with x86_64-apple-ios13.0-macabi when nobody asked for it
64-
# child_environment['CFLAGS_x86_64_apple_ios_macabi'] = '--target=x86_64-apple-ios-macabi'
65-
child_environment['CFLAGS_x86_64_apple_ios13.0_macabi'] = '--target=x86_64-apple-ios-macabi'
64+
child_environment['CFLAGS_x86_64_apple_ios_macabi'] = '--target=x86_64-apple-ios-macabi'
65+
# child_environment['CFLAGS_x86_64_apple_ios13.0_macabi'] = '--target=x86_64-apple-ios-macabi'
6666
# child_environment['RUSTFLAGS'] = '--cfg=c_bindings -C link-arg=-mios-version-min=14.0'
6767
# child_environment['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
6868

0 commit comments

Comments
 (0)