diff options
author | dpranke <dpranke@chromium.org> | 2015-10-28 15:25:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-28 22:25:59 +0000 |
commit | a8d2fb9a68349fb265656f3b3771ce3ac61e0f37 (patch) | |
tree | f49d4fbdee45c8df26c7a0022c284b453f076075 /build | |
parent | 5853d5a25ce9c61c09379bbe9c1d0e0d99a6dbab (diff) | |
download | chromium_src-a8d2fb9a68349fb265656f3b3771ce3ac61e0f37.zip chromium_src-a8d2fb9a68349fb265656f3b3771ce3ac61e0f37.tar.gz chromium_src-a8d2fb9a68349fb265656f3b3771ce3ac61e0f37.tar.bz2 |
Lots of misc bug fixes to make the GN build of ios work again.
or at least the 'gn_all' target.
R=sdefresnes@chromium.org, thakis@chromium.org
BUG=548286
Review URL: https://codereview.chromium.org/1417743003
Cr-Commit-Position: refs/heads/master@{#356670}
Diffstat (limited to 'build')
-rw-r--r-- | build/config/ios/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/config/ios/BUILD.gn b/build/config/ios/BUILD.gn index 07e8a86..3b9f846 100644 --- a/build/config/ios/BUILD.gn +++ b/build/config/ios/BUILD.gn @@ -23,6 +23,7 @@ config("runtime_library") { common_flags += [ "-miphoneos-version-min=$ios_deployment_target" ] } + asmflags = common_flags cflags = common_flags ldflags = common_flags } |