| Index: ports/gflags/build.sh
|
| diff --git a/ports/gflags/build.sh b/ports/gflags/build.sh
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ae8247f7267c67dd0a0bcc364b28b04140986112
|
| --- /dev/null
|
| +++ b/ports/gflags/build.sh
|
| @@ -0,0 +1,7 @@
|
| +# Copyright 2016 The Native Client Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +if [[ $TOOLCHAIN == emscripten ]]; then
|
| + EXTRA_CMAKE_ARGS+=" -DBUILD_gflags_LIB=OFF"
|
| +fi
|
|
|