1
0
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:
Leland Lucius 2015-07-22 21:57:32 -05:00
parent b71a923dbc
commit 6b64548efb

View File

@ -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