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

Unified Diff: ports/glibc-compat/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/glibc-compat/Makefile ('k') | ports/glibc-compat/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/glibc-compat/build.sh
diff --git a/ports/glibc-compat/build.sh b/ports/glibc-compat/build.sh
index f6f6d9223d815790fdd27701da3514f1a213a2a7..bfb9c44990082cbf82562880759a25c7441dfcd3 100644
--- a/ports/glibc-compat/build.sh
+++ b/ports/glibc-compat/build.sh
@@ -12,6 +12,7 @@ ConfigureStep() {
LogExecute rm -rf out
}
+
BuildStep() {
if [ "${TOOLCHAIN}" = "emscripten" ]; then
return
@@ -25,6 +26,7 @@ BuildStep() {
export LDFLAGS=${NACLPORTS_LDFLAGS}
export CPPFLAGS=${NACLPORTS_CPPFLAGS}
export CFLAGS=${NACLPORTS_CFLAGS}
+ export GTEST_DIR=${NACL_PREFIX}/src/gtest
DefaultBuildStep
}
« no previous file with comments | « ports/glibc-compat/Makefile ('k') | ports/glibc-compat/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698