Skip to content

Commit 4ef528e

Browse files
author
Sam Townsend
committed
Use x86_64 compiler when building Lazarus
1 parent 6cc0bd6 commit 4ef528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/macosx/compilers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ if [ ! -x "$(command -v lazbuild 2>&1)" ]; then
2525
sudo installer -pkg "$pkgpath/lazarus.pkg" -target /
2626
hdiutil unmount "$pkgpath"
2727
rm "$lazarus.dmg"
28-
lazbuild --build-ide= --cpu=x86_64 --widgetset=cocoa
28+
lazbuild --build-ide= --compiler=ppcx64 --cpu=x86_64 --widgetset=cocoa
2929
fi

0 commit comments

Comments
 (0)