From e80e1d8c5e1b1d50dcf216971b8d5c7eeb02382a Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 2 Oct 2024 09:51:41 -0700 Subject: [PATCH] Update Makefile --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index e0c691850..7a52f7ae7 100644 --- a/Makefile +++ b/Makefile @@ -85,14 +85,6 @@ build-for-library-evolution-macos: -Xswiftc -DRESILIENT_LIBRARIES # Required to build swift-syntax; see https://github.com/swiftlang/swift-syntax/pull/2540 build-for-library-evolution-ios: - xcodebuild build \ - -skipMacroValidation \ - -workspace SwiftNavigation.xcworkspace \ - -scheme SwiftNavigation \ - -destination platform="$(PLATFORM_IOS)" \ - BUILD_LIBRARY_FOR_DISTRIBUTION=YES \ - OTHER_SWIFT_FLAGS=$(OTHER_SWIFT_FLAGS) - xcodebuild build \ -skipMacroValidation \ -workspace SwiftNavigation.xcworkspace \