Skip to content

Commit

Permalink
And another try
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Apr 25, 2024
1 parent 650a6d0 commit 40c5510
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-engines-react-native.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
name: ios
path: |
${{ github.workspace }}/query-engine/query-engine-c-abi/QueryEngine.xcframework/
${{ github.workspace }}/query-engine/query-engine-c-abi/ios/*
build-android:
# Do not change `name`, prisma-engines Buildkite build job depends on this name ending with the commit
Expand Down
3 changes: 2 additions & 1 deletion query-engine/query-engine-c-abi/.gitignore
@@ -1,4 +1,5 @@
QueryEngine.xcframework
ios
android
simulator_fat
# Artifacts of the C ABI engine
*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion query-engine/query-engine-c-abi/Makefile
Expand Up @@ -57,4 +57,4 @@ $(ARCHS_IOS): %:

$(XCFRAMEWORK): $(ARCHS_IOS)
lipo -create $(wildcard ../../target/x86_64-apple-ios/release/$(LIB)) $(wildcard ../../target/aarch64-apple-ios-sim/release/$(LIB)) -output simulator_fat/libquery_engine.a
xcodebuild -create-xcframework -library $(wildcard ../../target/aarch64-apple-ios/release/$(LIB)) -headers include -library simulator_fat/libquery_engine.a -headers include -output $@
xcodebuild -create-xcframework -library $(wildcard ../../target/aarch64-apple-ios/release/$(LIB)) -headers include -library simulator_fat/libquery_engine.a -headers include -output ios/$@

0 comments on commit 40c5510

Please sign in to comment.