Compare commits
2 Commits
8951042404
...
e32ee4f4c2
Author | SHA1 | Date | |
---|---|---|---|
e32ee4f4c2 | |||
24f2d6601b |
@ -113,6 +113,9 @@ endif
|
||||
ifeq ($(UNAME_S), Darwin)
|
||||
build/$(BUNDLE_DIR)/Contents/%: $(DATA_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
||||
cp $^ $@
|
||||
|
||||
build/$(BUNDLE_DIR)/Contents/%: $(COMMON_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
||||
cp $^ $@
|
||||
endif
|
||||
|
||||
build/$(BUNDLE_DIR)/Contents build/$(BUNDLE_DIR)/$(DLL_DIR) build/obj:
|
||||
|
Loading…
Reference in New Issue
Block a user