Commit 7e4907d8 authored by jamesr@chromium.org's avatar jamesr@chromium.org

Fix typo cflags->ldflags in nss BUILD.gn on mac

The gyp file has this in OTHER_LDFLAGS.

TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/308003010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274123 0039d316-1c4b-4281-b951-d872f2087c98
parent ef1e9f53
......@@ -356,7 +356,7 @@ if (is_linux) {
if (component_mode == "shared_library") {
if (is_mac) {
cflags = [ "-all_load" ]
ldflags = [ "-all_load" ]
} else if (is_win) {
# Pass the def file to the linker.
ldflags = [ rebase_path("nss/exports_win.def", root_build_dir) ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment