Skip to content

Commit

Permalink
Use x86_64 compiler when building Lazarus
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Townsend committed Jun 24, 2019
1 parent 6cc0bd6 commit 4ef528e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/macosx/compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ if [ ! -x "$(command -v lazbuild 2>&1)" ]; then
sudo installer -pkg "$pkgpath/lazarus.pkg" -target /
hdiutil unmount "$pkgpath"
rm "$lazarus.dmg"
lazbuild --build-ide= --cpu=x86_64 --widgetset=cocoa
lazbuild --build-ide= --compiler=ppcx64 --cpu=x86_64 --widgetset=cocoa
fi

0 comments on commit 4ef528e

Please sign in to comment.