1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-05 22:52:43 +02:00

Change the default lib preference to local

This commit is contained in:
Dmitry Vedenko 2021-05-25 18:05:50 +03:00 committed by Dmitry Vedenko
parent 4e6a1a81a9
commit 8289f9dbe2

@ -139,7 +139,7 @@ include( AudacityFunctions )
# Allow user to globally set the library preference
cmd_option( ${_OPT}lib_preference
"Library preference [system (if available), local]"
"system"
"local"
STRINGS "system" "local"
)