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