mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-04 10:30:27 +00:00
fix cpu_type to cpu_arch
This commit is contained in:
parent
ef50c78449
commit
f9a06d1dcd
@ -31,7 +31,7 @@ LOCAL_INCLUDES += [
|
||||
|
||||
OS_LIBS += CONFIG['EDITLINE_LIBS']
|
||||
OS_LIBS += CONFIG['MOZ_ZLIB_LIBS']
|
||||
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,0x10000000', '-framework Carbon']
|
||||
|
||||
# Prepare module loader JS code for embedding
|
||||
|
Loading…
x
Reference in New Issue
Block a user