From 9dc0bea4f0995a27132d384779d827795a236492 Mon Sep 17 00:00:00 2001 From: Rico Yao Date: Fri, 10 May 2019 16:51:12 -0700 Subject: [PATCH] Fix archive command to work also with Swift 5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ceacf279..675bba79 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ output_stability_test: build ci_tests: test integration_test output_stability_test archive: - swift build -c release -Xswiftc -static-stdlib --disable-sandbox + swift build -c release --static-swift-stdlib --disable-sandbox upload_pipeline: .buildkite/upload_pipeline.sh