Merge remote-tracking branch 'origin/main' into cpumeter

This commit is contained in:
Paolo Marrone 2024-07-29 16:29:12 +02:00
commit e32ee4f4c2

View File

@ -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: