File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515# Build configuration variables
1616BUILD_CONFIGURATION ?= debug
1717WARNINGS_AS_ERRORS ?= true
18- SWIFT_CONFIGURATION := $(if $(filter-out false,$(WARNINGS_AS_ERRORS ) ) ,-Xswiftc -warnings-as-errors)
18+ SWIFT_CONFIGURATION := $(if $(filter-out false,$(WARNINGS_AS_ERRORS ) ) ,-Xswiftc -warnings-as-errors) --disable-automatic-resolution
1919
2020# Commonly used locations
2121SWIFT := "/usr/bin/swift"
Original file line number Diff line number Diff line change 1515BUILD_CONFIGURATION ?= debug
1616WARNINGS_AS_ERRORS ?= true
1717SWIFT_WARNING_CONFIG := $(if $(filter-out false,$(WARNINGS_AS_ERRORS ) ) ,-Xswiftc -warnings-as-errors)
18- SWIFT_CONFIGURATION := --swift-sdk aarch64-swift-linux-musl $(SWIFT_WARNING_CONFIG ) -Xlinker -s
18+ SWIFT_CONFIGURATION := --swift-sdk aarch64-swift-linux-musl $(SWIFT_WARNING_CONFIG ) -Xlinker -s --disable-automatic-resolution
1919
2020SWIFT_VERSION := 6.2.3
2121SWIFT_SDK_URL := https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz
You can’t perform that action at this time.
0 commit comments