Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2892)

Unified Diff: ports/gcc/build.sh

Issue 1742043002: Make M-x shell work in emacs. (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: fix name Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698