8000 [3.10] Add shims for iOS C++ compilation (GH-123620) (#123656) · freakboy3742/cpython@7c1cd6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c1cd6d

Browse files
[3.10] Add shims for iOS C++ compilation (pythonGH-123620) (python#123656)
Add shims for iOS C++ compilation (pythonGH-123620) Add shims for iOS C++ compilation. (cherry picked from commit 135dad9) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent 55a86f3 commit 7c1cd6d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang++ -target arm64-apple-ios $@
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target arm64-apple-ios-simulator $@
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target x86_64-apple-ios-simulator $@

0 commit comments

Comments
 (0)
0