mingw cstdio workaround
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
672b377678
commit
239b6a1954
4 changed files with 62 additions and 5 deletions
|
|
@ -837,7 +837,8 @@ $(BUILD_DIR)/ValleyAudio/%.cpp.o: ValleyAudio/%.cpp
|
|||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(VALLEYAUDIO_CUSTOM),$(call custom_module_names,$(m),ValleyAudio)) \
|
||||
$(foreach m,$(VALLEYAUDIO_CUSTOM_PER_FILE),$(call custom_per_file_names,$(m),ValleyAudio_$(shell basename $*))) \
|
||||
-DpluginInstance=pluginInstance__ValleyAudio
|
||||
-DpluginInstance=pluginInstance__ValleyAudio \
|
||||
-DSTDIO_OVERRIDE=ValleyAudio
|
||||
|
||||
$(BUILD_DIR)/ZetaCarinaeModules/%.cpp.o: ZetaCarinaeModules/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue