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

Unified Diff: ports/python-host/build.sh

Issue 1795453003: Building python-host without x + tk. (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/python-host/build.sh
diff --git a/ports/python-host/build.sh b/ports/python-host/build.sh
index 4faa6305a9e5f52eab5955ba00a12f6dbfc9ed5a..23960cbdfe9075de67430f7b5b90b33c213b3621 100644
--- a/ports/python-host/build.sh
+++ b/ports/python-host/build.sh
@@ -15,7 +15,8 @@ ConfigureStep() {
export CC="gcc -m32"
export CXX="g++ -m32"
export LD="gcc -m32"
- LogExecute ${SRC_DIR}/configure --prefix=${NACL_HOST_PYROOT}
+ LogExecute ${SRC_DIR}/configure --prefix=${NACL_HOST_PYROOT} \
+ --without-x --without-tk
}
BuildStep() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698