1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 07:31:16 +02:00

Update Windows build instructions

This commit is contained in:
John Colket
2021-02-14 10:31:25 -05:00
committed by James Crook
parent 3d90f8074a
commit 5b4cd040eb
2 changed files with 84 additions and 63 deletions

View File

@@ -88,7 +88,7 @@ cmd_option( ${_OPT}use_pa_jack
if( NOT ${_OPT}use_pa_jack STREQUAL "off" )
# Find it
find_package( Jack )
find_package( jack )
if( NOT JACK_FOUND)
set_cache_value( ${_OPT}use_pa_jack "off" )
endif()