mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
osx build script: change default xjadeo/harvid cache folder
This commit is contained in:
parent
0ac3ed8681
commit
da17695c81
1 changed files with 2 additions and 1 deletions
|
|
@ -8,8 +8,9 @@ BUILD_ROOT=../../build
|
|||
|
||||
# where harvid and xjadeo binaries are cached
|
||||
if test -z "$CACHEDIR" -o ! -d "$CACHEDIR"; then
|
||||
CACHEDIR=`pwd`
|
||||
CACHEDIR=/var/tmp
|
||||
fi
|
||||
mkdir -p "$CACHEDIR"
|
||||
|
||||
SAE=
|
||||
MIXBUS=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue