File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -711,6 +711,8 @@ def __init__(
711
711
cpp = ['c++', '-arch', { arch !r} ]
712
712
objc = ['cc', '-arch', { arch !r} ]
713
713
objcpp = ['c++', '-arch', { arch !r} ]
714
+ strip = ['strip', '-arch', { arch !r} ]
715
+
714
716
[host_machine]
715
717
system = 'darwin'
716
718
cpu = { arch !r}
@@ -731,11 +733,12 @@ def __init__(
731
733
732
734
cross_file_data = textwrap .dedent (f'''
733
735
[binaries]
736
+ ar = '{ arch } -apple-{ subsystem } -ar'
734
737
c = '{ arch } -apple-{ subsystem } -clang'
735
738
cpp = '{ arch } -apple-{ subsystem } -clang++'
736
739
objc = '{ arch } -apple-{ subsystem } -clang'
737
740
objcpp = '{ arch } -apple-{ subsystem } -clang++'
738
- ar = ' { arch } -apple- { subsystem } -ar'
741
+ strip = ['strip', '-arch', { arch !r } ]
739
742
740
743
[host_machine]
741
744
system = 'ios'
You can’t perform that action at this time.
0 commit comments