Update BaconPlugs and Befaco

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-17 14:46:35 +00:00
parent 66c2acc64c
commit 2798523af8
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 20 additions and 13 deletions

View file

@ -1671,7 +1671,7 @@ $(BUILD_DIR)/Axioma/%.cpp.o: Axioma/%.cpp
$(BUILD_DIR)/BaconPlugs/%.cpp.o: BaconPlugs/%.cpp
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -std=gnu++17 -c -o $@ \
$(foreach m,$(BACON_CUSTOM),$(call custom_module_names,$(m),BaconPlugs)) \
-DpluginInstance=pluginInstance__Bacon \
-DDARK_BACON \