mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix running on macOS from the src-tree
This commit is contained in:
parent
5f6aa7ffdb
commit
02c03a36be
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
[ -z $TOP ] && echo "ardev_common.sh: TOP var must be set" >&2 && exit 1
|
||||
|
||||
TOP=`realpath "$TOP"`
|
||||
if which realpath > /dev/null; then
|
||||
TOP=`realpath "$TOP"`
|
||||
fi
|
||||
|
||||
#export G_DEBUG=fatal_criticals
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue