Chromium Code Reviews| Index: ports/clipper/build.sh |
| diff --git a/ports/clipper/build.sh b/ports/clipper/build.sh |
| index 6c7e885c1c89f53ab5e745bd62b8e6b04d5dc1f1..5c35a4b460450c6551c278d44bed417ba938757c 100644 |
| --- a/ports/clipper/build.sh |
| +++ b/ports/clipper/build.sh |
| @@ -2,6 +2,7 @@ |
| # # Use of this source code is governed by a BSD-style license that can be |
| # # found in the LICENSE file. |
| +NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}" |
| if [ "${NACL_SHARED}" != "1" ]; then |
| EXTRA_CMAKE_ARGS="-DBUILD_SHARED_LIBS=OFF" |
| fi |