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 |