Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / mmap / nacl.scons
index 984d92b..d93ebdb 100644 (file)
@@ -7,6 +7,10 @@ Import('env')
 env.Append(CPPDEFINES=[['NONSFI_MODE',
                         str(int(env.Bit('pnacl_unsandboxed') or
                                 env.Bit('nonsfi_nacl')))]])
+
+env.Append(CPPDEFINES=[['USE_NEWLIB_NONSFI_LOADER',
+                        str(int(env.Bit('use_newlib_nonsfi_loader')))]])
+
 extra_flags = []
 if env.IsRunningUnderValgrind():
   extra_flags.extend(['-E', 'RUNNING_ON_VALGRIND=1'])