Browse Source

Added mojo.

pull/282/head
TheGuyWho0 3 years ago
parent
commit
f332cf95cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Makefile

+ 1
- 1
plugins/Makefile View File

@@ -1710,7 +1710,7 @@ $(BUILD_DIR)/Mojo/src/%.cpp.o: Mojo/src/%.cpp
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
$(foreach m,$(CF_CUSTOM),$(call custom_module_names,$(m),Mojo)) \
$(foreach m,$(MOJO_CUSTOM),$(call custom_module_names,$(m),Mojo)) \
-DpluginInstance=pluginInstance__Mojo \
-Wno-misleading-indentation



Loading…
Cancel
Save