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

Unified Diff: ports/nacl-spawn/build.sh

Issue 1555913002: Build gtest from source rather than using SDK-provided version (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 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 | « ports/nacl-spawn/Makefile ('k') | ports/nacl-spawn/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/nacl-spawn/build.sh
diff --git a/ports/nacl-spawn/build.sh b/ports/nacl-spawn/build.sh
index 86be51a8c0dd92326975fbc7880d555267d87b46..979f723a5edfba351fdac3109dda2ce6e3522cc1 100644
--- a/ports/nacl-spawn/build.sh
+++ b/ports/nacl-spawn/build.sh
@@ -40,6 +40,7 @@ BuildStep() {
SetupCrossEnvironment
export TOOLCHAIN
export NACL_SHARED
+ export GTEST_DIR=${NACL_PREFIX}/src/gtest
DefaultBuildStep
}
« no previous file with comments | « ports/nacl-spawn/Makefile ('k') | ports/nacl-spawn/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698