mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Fix macOS Lua wrapper script env
This commit is contained in:
parent
4f62726193
commit
38c31998c5
1 changed files with 2 additions and 2 deletions
|
|
@ -509,8 +509,8 @@ if test "$HAVE_SESSION_UTILS" = true ; then
|
||||||
BIN_DIR=\$(dirname "\$0")
|
BIN_DIR=\$(dirname "\$0")
|
||||||
BUNDLE_DIR=\$(dirname "\$BIN_DIR")
|
BUNDLE_DIR=\$(dirname "\$BIN_DIR")
|
||||||
|
|
||||||
export ARDOUR_DATA_PATH="\$BUNDLE_DIR/share"
|
export ARDOUR_DATA_PATH="\$BUNDLE_DIR/Resources"
|
||||||
export ARDOUR_CONFIG_PATH="\$BUNDLE_DIR/etc"
|
export ARDOUR_CONFIG_PATH="\$BUNDLE_DIR/Resources"
|
||||||
export ARDOUR_DLL_PATH="\$BUNDLE_DIR/lib"
|
export ARDOUR_DLL_PATH="\$BUNDLE_DIR/lib"
|
||||||
export VAMP_PATH="\$BUNDLE_DIR/lib"\${VAMP_PATH:+:\$VAMP_PATH}
|
export VAMP_PATH="\$BUNDLE_DIR/lib"\${VAMP_PATH:+:\$VAMP_PATH}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue