Skip to content

Commit ced36ff

Browse files
committed
Swift: run swift instead of swift-frontend on Linux
1 parent c7c42ac commit ced36ff

File tree

1 file changed

+1
-1
lines changed
  • swift/integration-tests/posix-only/frontend-invocations

1 file changed

+1
-1
lines changed

swift/integration-tests/posix-only/frontend-invocations/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SDK=-sdk $(shell xcrun -show-sdk-path)
44
FRONTEND=$(shell xcrun -find swift-frontend)
55
else
66
SDK=""
7-
FRONTEND=swift-frontend
7+
FRONTEND=swiftc
88
endif
99

1010
all:

0 commit comments

Comments
 (0)