Index: src/untrusted/nosys/nacl.scons |
=================================================================== |
--- src/untrusted/nosys/nacl.scons (revision 8659) |
+++ src/untrusted/nosys/nacl.scons (working copy) |
@@ -1,5 +1,5 @@ |
# -*- python -*- |
-# Copyright (c) 2011 The Native Client Authors. All rights reserved. |
+# Copyright (c) 2012 The Native Client Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
@@ -86,5 +86,8 @@ |
'waitpid.c', |
] |
-libnosys = env.ComponentLibrary('libnosys', sources) |
+libnosys = env.NaClSdkLibrary( |
+ 'libnosys', |
+ sources, |
+ no_shared_lib=not env.Bit('pnacl_shared_newlib')) |
jvoung - send to chromium...
2012/05/22 20:49:40
Should probably leave a comment that this isn't ge
Robert Muth (chromium)
2012/05/22 21:16:36
Done.
|
env.AddLibraryToSdk(libnosys) |