mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Reenables Nyquist for the prebuilt Linux binaries (#989)
* Reenables Nyquist for the prebuilt Linux binaries * Allow users setting the AUDACITY_MODULES_PATH env variable.
This commit is contained in:
@@ -9,6 +9,9 @@ fi
|
||||
|
||||
export LD_LIBRARY_PATH="${APPDIR}/lib:${LD_LIBRARY_PATH}"
|
||||
|
||||
export AUDACITY_PATH="${AUDACITY_PATH}:${APPDIR}/share/audacity"
|
||||
export AUDACITY_MODULES_PATH="${AUDACITY_MODULES_PATH}:${APPDIR}/lib/modules"
|
||||
|
||||
function help()
|
||||
{
|
||||
# Normal audacity help
|
||||
|
||||
Reference in New Issue
Block a user