From 367039cc48c2e67071ca9acc98c8d64b2cbaf531 Mon Sep 17 00:00:00 2001 From: vincents Date: Tue, 18 Sep 2007 09:06:42 +0000 Subject: [PATCH] Mac OS X installer: build fpc package without gdb support for the fpc IDE. git-svn-id: trunk@12066 - --- tools/install/macosx/makefpcsnapshot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install/macosx/makefpcsnapshot.sh b/tools/install/macosx/makefpcsnapshot.sh index 04c69a293f..e63ece3e7f 100755 --- a/tools/install/macosx/makefpcsnapshot.sh +++ b/tools/install/macosx/makefpcsnapshot.sh @@ -77,6 +77,7 @@ if [ ! -d "$FPCBUILDDIR/fpcsrc" ]; then fi cd $FPCBUILDDIR +export NOGDB=1 make distclean PP=$PPC_RELEASE make build PP=$PPC_RELEASE DATA2INC=$FPCBUILDDIR/fpcsrc/utils/data2inc