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

Unified Diff: ports/jsoncpp/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 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/jsoncpp/build.sh
diff --git a/ports/jsoncpp/build.sh b/ports/jsoncpp/build.sh
index 492e053cea081b1b6111cd80719014357d589b1b..be3c3d64c6f24310f244d238a6701f20c77f2e6a 100644
--- a/ports/jsoncpp/build.sh
+++ b/ports/jsoncpp/build.sh
@@ -5,6 +5,7 @@
# The NaCL SDK includes a version of jsoncpp conflicts with this one.
# Remove the SDK include path so that these headers don't get used
# during the build.
+NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}"
NACLPORTS_CPPFLAGS=${NACLPORTS_CPPFLAGS/-I${NACL_SDK_ROOT}\/include/}
EXECUTABLES=src/test_lib_json/jsoncpp_test
« make_all.sh ('K') | « ports/imagemagick/nacl.patch ('k') | ports/libatomic-ops/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698