Commit 3bb2eef5 by Cyril Lashkevich Committed by Tianqi Chen

Fixed build with metal on MacOS with case-sensitive FS (#601)

parent 3c895464
...@@ -115,7 +115,7 @@ endif ...@@ -115,7 +115,7 @@ endif
ifeq ($(USE_METAL), 1) ifeq ($(USE_METAL), 1)
CFLAGS += -DTVM_METAL_RUNTIME=1 CFLAGS += -DTVM_METAL_RUNTIME=1
LDFLAGS += -lObjc LDFLAGS += -lobjc
RUNTIME_DEP += $(METAL_OBJ) RUNTIME_DEP += $(METAL_OBJ)
FRAMEWORKS += -framework Metal -framework Foundation FRAMEWORKS += -framework Metal -framework Foundation
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment