mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:17:18 +02:00
macosx installer: mixed up lazbuilder make target and lazbuild executable name
git-svn-id: trunk@9889 -
This commit is contained in:
parent
da9e9ee9af
commit
2ca7b335bb
@ -388,7 +388,7 @@
|
|||||||
<key>GID</key>
|
<key>GID</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>./bin/lazbuilder</string>
|
<string>./bin/lazbuild</string>
|
||||||
<key>Path Type</key>
|
<key>Path Type</key>
|
||||||
<integer>2</integer>
|
<integer>2</integer>
|
||||||
<key>Privileges</key>
|
<key>Privileges</key>
|
||||||
|
@ -64,7 +64,7 @@ make lazbuilder PP=$COMPILER
|
|||||||
make lcl LCL_PLATFORM=carbon PP=$COMPILER
|
make lcl LCL_PLATFORM=carbon PP=$COMPILER
|
||||||
strip lazarus
|
strip lazarus
|
||||||
strip startlazarus
|
strip startlazarus
|
||||||
strip lazbuilder
|
strip lazbuild
|
||||||
|
|
||||||
# create symlinks
|
# create symlinks
|
||||||
mkdir -p $BUILDDIR/bin
|
mkdir -p $BUILDDIR/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user