mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-21 20:17:34 +00:00
PPC only stack size
This commit is contained in:
@@ -31,7 +31,8 @@ LOCAL_INCLUDES += [
|
||||
|
||||
OS_LIBS += CONFIG['EDITLINE_LIBS']
|
||||
OS_LIBS += CONFIG['MOZ_ZLIB_LIBS']
|
||||
OS_LIBS += ['-Wl,-stack_size,0x10000000', '-framework Carbon']
|
||||
if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_TYPE'] == 'ppc':
|
||||
OS_LIBS += ['-Wl,-stack_size,0x10000000', '-framework Carbon']
|
||||
|
||||
# Prepare module loader JS code for embedding
|
||||
GENERATED_FILES += ['shellmoduleloader.out.h']
|
||||
|
||||
Reference in New Issue
Block a user