mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-14 08:33:16 +00:00
Merge pull request #137 from fairfieldt/fix-build-toolchain-powermac
fixes bug in build-toolchain when running on Power Mac
This commit is contained in:
commit
8d32c583ae
@ -204,7 +204,7 @@ if [ $SKIP_THIRDPARTY != true ]; then
|
||||
if [ `uname` = Darwin ]; then
|
||||
# present-day Mac users are likely to install dependencies
|
||||
# via the homebrew package manager
|
||||
if [ `uname -m` = arm64 ]; then
|
||||
if [ "`uname -m`" = arm64 ]; then
|
||||
export CPPFLAGS="-I/opt/homebrew/include"
|
||||
export LDFLAGS="-L/opt/homebrew/lib"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user