mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 11:55:58 +01:00
retain normal bare PATH for OS X bundle execution
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9311 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
25adb44255
commit
b437f8a13c
1 changed files with 2 additions and 2 deletions
|
|
@ -152,11 +152,11 @@ fi
|
|||
if test x$INTERNAL_JACK != x ; then
|
||||
env="$env<key>ARDOUR_INTERNAL_JACK</key><string>true</string>"
|
||||
else
|
||||
env="$env<key>PATH</key><string>/usr/local/bin:/opt/bin</string>"
|
||||
env="$env<key>PATH</key><string>/usr/local/bin:/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>"
|
||||
env="$env<key>DYLIB_FALLBACK_LIBRARY_PATH</key><string>/usr/local/lib:/opt/lib</string>"
|
||||
fi
|
||||
|
||||
env="<key>LSEnvironment</key><dict><key>ARDOUR_BUNDLED</key><string>true</string>$env</dict>"
|
||||
env="<key>LSEnvironment</key><dict>$env<key>ARDOUR_BUNDLED</key><string>true</string></dict>"
|
||||
|
||||
# edit plist
|
||||
sed -e "s?@ENV@?$env?g" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue