1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

Get past the missing "memory" include file issue (part of bug #1344)

This doesn't provide a complete fix for bug #1344, just gets around the missing "memory" include file portion of it.
This commit is contained in:
Leland Lucius 2016-03-02 00:05:50 -06:00
parent 12adba0c1d
commit 9301b155cf

View File

@ -20,7 +20,7 @@ done
# #
cd ${TOPLEVEL} cd ${TOPLEVEL}
mkdir -p mac/build mkdir -p mac/build
eval $(gcc -E -dM src/Audacity.h | awk '/#define *AUDACITY_(VERSION|RELEASE|REVISION|MODLEVEL) /{print $2 "=" $3}') eval $(g++ -E -dM src/Audacity.h | awk '/#define *AUDACITY_(VERSION|RELEASE|REVISION|MODLEVEL) /{print $2 "=" $3}')
cat >mac/build/Info.plist.h <<EOF cat >mac/build/Info.plist.h <<EOF
#define AUDACITY_EXECUTABLE Audacity #define AUDACITY_EXECUTABLE Audacity
#define AUDACITY_VERSION ${AUDACITY_VERSION} #define AUDACITY_VERSION ${AUDACITY_VERSION}