Merge remote-tracking branch 'origin/main' into cpumeter
This commit is contained in:
commit
e32ee4f4c2
@ -113,6 +113,9 @@ endif
|
|||||||
ifeq ($(UNAME_S), Darwin)
|
ifeq ($(UNAME_S), Darwin)
|
||||||
build/$(BUNDLE_DIR)/Contents/%: $(DATA_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
build/$(BUNDLE_DIR)/Contents/%: $(DATA_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
||||||
cp $^ $@
|
cp $^ $@
|
||||||
|
|
||||||
|
build/$(BUNDLE_DIR)/Contents/%: $(COMMON_DIR)/data/% | build/$(BUNDLE_DIR)/Contents
|
||||||
|
cp $^ $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
build/$(BUNDLE_DIR)/Contents build/$(BUNDLE_DIR)/$(DLL_DIR) build/obj:
|
build/$(BUNDLE_DIR)/Contents build/$(BUNDLE_DIR)/$(DLL_DIR) build/obj:
|
||||||
|
Loading…
Reference in New Issue
Block a user