Skip to content

Commit 32fb238

Browse files
committed
fix cross compile harfbuzz x86_64 on M1 use Xcode16.2
1 parent e3e11dc commit 32fb238

File tree

8 files changed

+0
-63
lines changed

8 files changed

+0
-63
lines changed

configs/meson-crossfiles/arm64-ios-simulator.meson

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
# these might not work for you. Use the googels and xcrun.
44
# https://mesonbuild.com/Reference-tables.html#cpu-families
55

6-
[binaries]
7-
c = 'clang'
8-
cpp = 'clang++'
9-
objc = 'clang'
10-
objcpp = 'clang++'
11-
ar = 'ar'
12-
strip = 'strip'
136

147
[built-in options]
158
c_args = ['-arch', 'arm64', '-mios-simulator-version-min=9.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']

configs/meson-crossfiles/arm64-ios.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'arm64', '-miphoneos-version-min=9.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']
157
cpp_args = ['-arch', 'arm64', '-miphoneos-version-min=9.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk']

configs/meson-crossfiles/arm64-macos.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'arm64', '-mmacosx-version-min=10.11', '-Os']
157
cpp_args = ['-arch', 'arm64', '-mmacosx-version-min=10.11', '-Os']

configs/meson-crossfiles/arm64-tvos-simulator.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'arm64', '-mtvos-simulator-version-min=12.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk']
157
cpp_args = ['-arch', 'arm64', '-mtvos-simulator-version-min=12.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk']

configs/meson-crossfiles/arm64-tvos.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'arm64', '-mtvos-version-min=12.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk']
157
cpp_args = ['-arch', 'arm64', '-mtvos-version-min=12.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk']

configs/meson-crossfiles/x86_64-ios-simulator.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']
157
cpp_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk']

configs/meson-crossfiles/x86_64-macos.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'x86_64', '-mmacosx-version-min=10.11', '-Os']
157
cpp_args = ['-arch', 'x86_64', '-mmacosx-version-min=10.11', '-Os']

configs/meson-crossfiles/x86_64-tvos-simulator.meson

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# Apple keeps changing the location and names of files so
33
# these might not work for you. Use the googels and xcrun.
44

5-
[binaries]
6-
c = 'clang'
7-
cpp = 'clang++'
8-
objc = 'clang'
9-
objcpp = 'clang++'
10-
ar = 'ar'
11-
strip = 'strip'
12-
135
[built-in options]
146
c_args = ['-arch', 'x86_64', '-mtvos-simulator-version-min=12.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk']
157
cpp_args = ['-arch', 'x86_64', '-mtvos-simulator-version-min=12.0', '-Os', '-isysroot', '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk']

0 commit comments

Comments
 (0)