aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/portaudio/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/portaudio/portfile.cmake b/ports/portaudio/portfile.cmake
index 349828158..503b08048 100644
--- a/ports/portaudio/portfile.cmake
+++ b/ports/portaudio/portfile.cmake
@@ -26,6 +26,7 @@ vcpkg_configure_cmake(
-DPA_USE_WASAPI=ON
-DPA_USE_WDMKS=ON
-DPA_USE_WMME=ON
+ -DPA_ENABLE_DEBUG_OUTPUT:BOOL=ON
)
vcpkg_install_cmake()