Fix windows build again
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b6b9f66ccd
commit
e42d689cd3
1 changed files with 2 additions and 1 deletions
|
|
@ -1295,7 +1295,8 @@ $(BUILD_DIR)/Dintree/%.cpp.o: Dintree/%.cpp
|
||||||
@echo "Compiling $<"
|
@echo "Compiling $<"
|
||||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||||
$(foreach m,$(DINTREE_CUSTOM),$(call custom_module_names,$(m),Dintree)) \
|
$(foreach m,$(DINTREE_CUSTOM),$(call custom_module_names,$(m),Dintree)) \
|
||||||
-DpluginInstance=pluginInstance__Dintree
|
-DpluginInstance=pluginInstance__Dintree \
|
||||||
|
-DSKIP_MINGW_FORMAT
|
||||||
|
|
||||||
$(BUILD_DIR)/DrumKit/%.cpp.o: DrumKit/%.cpp
|
$(BUILD_DIR)/DrumKit/%.cpp.o: DrumKit/%.cpp
|
||||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue