File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- SWIFT_EXEC ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f swift; else which swiftc ; fi)
1+ SWIFT_EXEC ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f swift; else which swift ; fi)
22CLANG ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f clang; else which clang; fi)
33LLVM_OBJCOPY ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f llvm-objcopy; else which llvm-objcopy; fi)
44
Original file line number Diff line number Diff line change 1- SWIFT_EXEC ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f swift; else which swiftc ; fi)
1+ SWIFT_EXEC ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f swift; else which swift ; fi)
22CLANG ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f clang; else which clang; fi)
33LLVM_OBJCOPY ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f llvm-objcopy; else which llvm-objcopy; fi)
44
You can’t perform that action at this time.
0 commit comments