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

Unified Diff: build_tools/common.sh

Issue 627103003: Add shared library version of libcli_main Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 2 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 | ports/nacl-spawn/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/common.sh
diff --git a/build_tools/common.sh b/build_tools/common.sh
index 96ac78f68902213be46198deb7b6ebd60347ce47..b266146fb6f223116a3d9e3d04b7a322e0ae64bc 100644
--- a/build_tools/common.sh
+++ b/build_tools/common.sh
@@ -825,8 +825,8 @@ SetupSDKBuildSystem() {
# all its artifacts in ${SRC_DIR} rather than alongside
# the Makefile.
export OUTBASE=${SRC_DIR}
- export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
- export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}"
+ export NACL_CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
+ export NACL_CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}"
export LDFLAGS=${NACLPORTS_LDFLAGS}
export NACL_PREFIX
export NACL_PACKAGES_PUBLISH
« no previous file with comments | « no previous file | ports/nacl-spawn/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698