Skip to content

Commit

Permalink
chore: remove setup target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Dec 9, 2024
1 parent c574483 commit 91fc711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
CONFIG = debug
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 17.5,iPhone \d\+ Pro [^M])

setup: build-debug-mode build-ios-bindings build-swift-apple-platforms

build-swift-apple-platforms:
export USE_LOCAL_RUST_XCFRAMEWORK=1; \
for platform in "iOS"; do \
Expand Down

0 comments on commit 91fc711

Please sign in to comment.