summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2019-03-13 19:00:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-13 19:00:36 +0000
commitbf3f26a45cfe97f7d03b32f42e0359386753f7af (patch)
tree08e1bafb6eafbfeb83f33646337b93b93e2f5836
parentae8e4ca1c64c861de419c93385a0fc66a39141e2 (diff)
parent821a34b61f6996492d1c664de2d09dd569906c5b (diff)
downloadnasm-bf3f26a45cfe97f7d03b32f42e0359386753f7af.tar.gz
Merge "Add no_default_deps to nasm executable"
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c77f45ab..95d707b5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -99,6 +99,8 @@ if (current_toolchain == host_toolchain) {
configs += configs_to_add
configs += [ ":nasm_config" ]
+ no_default_deps = true
+
deps = [
# Default manifest on Windows (a no-op elsewhere).
"//build/win:default_exe_manifest",