Index: ports/gcc/build.sh |
diff --git a/ports/gcc/build.sh b/ports/gcc/build.sh |
index 75fc26dc370800acf8a67e0255c37bd3f8aae649..b96a818529d8551cb22534b19b8affc33065114d 100644 |
--- a/ports/gcc/build.sh |
+++ b/ports/gcc/build.sh |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-export EXTRA_LIBS="-lnacl_spawn ${NACL_CLI_MAIN_LIB} \ |
+export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} \ |
-lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}" |
# --with-build-sysroot is necessary to run "fixincl" |