mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: run swift instead of swift-frontend on Linux
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user