Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 064871f

Browse files
rolfbjarneconceptdev
authored andcommitted
[SoupChef] Build with the iOS SDK available. (#369)
Makes this project build with Xcode 10.1.
1 parent 4b05008 commit 064871f

File tree

1 file changed

+1
-1
lines changed
  • ios12/SoupChef/OrderSoupIntentStaticLib

1 file changed

+1
-1
lines changed

ios12/SoupChef/OrderSoupIntentStaticLib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lib$(TARGET).a: lib$(TARGET)-i386.a lib$(TARGET)-arm64.a
1717
xcrun -sdk iphoneos lipo -create -output $@ $^
1818

1919
bind: lib$(TARGET).a
20-
sharpie bind -scope OrderSoupIntentStaticLib -output bo -namespace SoupChef -sdk iphoneos12.0 OrderSoupIntentStaticLib/OrderSoupIntent.h
20+
sharpie bind -scope OrderSoupIntentStaticLib -output bo -namespace SoupChef -sdk iphoneos$(shell xcrun --show-sdk-platform-version --sdk iphoneos) OrderSoupIntentStaticLib/OrderSoupIntent.h
2121

2222
clean:
2323
-rm -rf bo build *.a *.dll

0 commit comments

Comments
 (0)