mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 12:59:00 +02:00
Mac OS X installer: build fpc package without gdb support for the fpc IDE.
git-svn-id: trunk@12066 -
This commit is contained in:
parent
0517388a07
commit
367039cc48
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user