We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc0bd6 commit 4ef528eCopy full SHA for 4ef528e
setup/macosx/compilers.sh
@@ -25,5 +25,5 @@ if [ ! -x "$(command -v lazbuild 2>&1)" ]; then
25
sudo installer -pkg "$pkgpath/lazarus.pkg" -target /
26
hdiutil unmount "$pkgpath"
27
rm "$lazarus.dmg"
28
- lazbuild --build-ide= --cpu=x86_64 --widgetset=cocoa
+ lazbuild --build-ide= --compiler=ppcx64 --cpu=x86_64 --widgetset=cocoa
29
fi
0 commit comments