mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Need to create the dest directory if it's not there
This commit is contained in:
parent
b71a923dbc
commit
6b64548efb
@ -19,6 +19,7 @@ done
|
||||
# It's also used for create the distribution files
|
||||
#
|
||||
cd ${TOPLEVEL}
|
||||
mkdir -p mac/build
|
||||
eval $(gcc -E -dM src/Audacity.h | awk '/#define *AUDACITY_(VERSION|RELEASE|REVISION|MODLEVEL) /{print $2 "=" $3}')
|
||||
cat >mac/build/Info.plist.h <<EOF
|
||||
#define AUDACITY_EXECUTABLE Audacity
|
||||
|
Loading…
x
Reference in New Issue
Block a user