diff options
| author | 2023-10-08 07:50:30 -0700 | |
|---|---|---|
| committer | 2023-10-09 01:50:30 +1100 | |
| commit | 963561c7cbd58502e9b61ecd752a561da2c40587 (patch) | |
| tree | e4029edd933812098437e3049655941055198343 /makefile | |
| parent | 07b3bdd04f9aeb9d1e56b6d03ef998d383153fc6 (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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
