diff --git a/mac/scripts/create_info_header.sh b/mac/scripts/create_info_header.sh index 105420f5d..d53451c0a 100755 --- a/mac/scripts/create_info_header.sh +++ b/mac/scripts/create_info_header.sh @@ -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 <