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

Unified Diff: ports/gflags/build.sh

Issue 1651613002: Add gflags ports (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 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 | « docs/port_list.md ('k') | ports/gflags/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « docs/port_list.md ('k') | ports/gflags/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698