summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author invertego <invertego@users.noreply.github.com>2023-10-08 07:50:30 -0700
committer GitHub <noreply@github.com>2023-10-09 01:50:30 +1100
commit963561c7cbd58502e9b61ecd752a561da2c40587 (patch)
treee4029edd933812098437e3049655941055198343 /makefile
parent07b3bdd04f9aeb9d1e56b6d03ef998d383153fc6 (diff)
3rdparty/portaudio: Updated to latest upstream version. (#11604)
Up-to-date with revision 24c8d575e588d557d28f4011becb753421346860. Resolves issues building with Visual Studio. Enabled PortAudio when building with Visual Studio and clang-cl. docs: Removed note about duplicate GUID symbols in PortAudio when built with MSVC.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 40731fba664..dea2b568d09 100644
--- a/makefile
+++ b/makefile
@@ -1163,7 +1163,7 @@ endif
.PHONY: vs2019_clang
vs2019_clang: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=clangcl --NO_USE_PORTAUDIO=1 vs2019
+ $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=clangcl vs2019
ifdef MSBUILD
$(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2019-clang/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
endif