Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Oct 2, 2024
1 parent 86603e6 commit 48790c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ build-for-library-evolution-macos:
--target SwiftUINavigation \
-Xswiftc -emit-module-interface \
-Xswiftc -enable-library-evolution \
-Xswiftc -DRESILIENT_LIBRARIES # Required to build swift-syntax; see https://github.com/swiftlang/swift-syntax/pull/2540
-Xswiftc $(OTHER_SWIFT_FLAGS)

swift build \
-c release \
--target AppKitNavigation \
-Xswiftc -emit-module-interface \
-Xswiftc -enable-library-evolution \
-Xswiftc -DRESILIENT_LIBRARIES # Required to build swift-syntax; see https://github.com/swiftlang/swift-syntax/pull/2540
-Xswiftc $(OTHER_SWIFT_FLAGS)

build-for-library-evolution-ios:
xcodebuild build \
Expand Down

0 comments on commit 48790c4

Please sign in to comment.