Swift: run swift instead of swift-frontend on Linux

This commit is contained in:
Paolo Tranquilli
2022-08-26 12:12:21 +02:00
parent c7c42acbf5
commit ced36ffc61

View File

@@ -4,7 +4,7 @@ SDK=-sdk $(shell xcrun -show-sdk-path)
FRONTEND=$(shell xcrun -find swift-frontend)
else
SDK=""
FRONTEND=swift-frontend
FRONTEND=swiftc
endif
all: