Chromium Code Reviews| Index: ports/gcc/build.sh |
| diff --git a/ports/gcc/build.sh b/ports/gcc/build.sh |
| index 1585ab488612fbd4e6efbb0a22d408511abb1e8a..f36f8cf9c2f4fa7f556919d52196653295d83bb9 100644 |
| --- a/ports/gcc/build.sh |
| +++ b/ports/gcc/build.sh |
| @@ -3,6 +3,7 @@ |
| # found in the LICENSE file. |
| export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}" |
| +NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe" |
| # --with-build-sysroot is necessary to run "fixincl" |
| # properly. Without this option, GCC's build system tries to create |