Browse Source

Misc

gh-pages
falkTX 10 years ago
parent
commit
2132491f62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/Makefile

+ 1
- 1
dgl/Makefile View File

@@ -58,7 +58,7 @@ all: $(TARGET)
$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@

%.m.o: %.m
$(CC) $< $(BUILD_C_FLAGS) -objc -c -o $@
$(CC) $< $(BUILD_C_FLAGS) -ObjC -c -o $@

# --------------------------------------------------------------



Loading…
Cancel
Save