#495: fix regression on PPC from 74793a8

This commit is contained in:
Cameron Kaiser 2018-04-07 11:12:39 -07:00
parent 25579eb769
commit 84b5506db7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if CONFIG['HAVE_CLOCK_MONOTONIC']:
OS_LIBS += CONFIG['REALTIME_LIBS']
# we build only on Darwin anyway
if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_TYPE'] == 'ppc':
if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_ARCH'] == 'ppc':
OS_LIBS += ['-Wl,-stack_size,0x40000000,-stack_addr,0xf0000000']
if CONFIG['GNU_CXX']: