diff options
author | Derek Sollenberger <djsollen@google.com> | 2018-04-02 12:17:37 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2018-04-02 17:46:52 +0000 |
commit | d39622210f7c2a06069fd9e02dec7e0773564dac (patch) | |
tree | 22be4324d567793813f02851d43f20e275936bb0 /tools | |
parent | 7dd8ee9c6091fe51c9d337c06d6243731a0aafb3 (diff) |
Add multilib support as the default build option for libskqp
Change-Id: I98e7315f402bf9ff8fd11e990497e17fa0c0dc7a
Reviewed-on: https://skia-review.googlesource.com/117636
Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/skqp/gn_to_bp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/skqp/gn_to_bp.py b/tools/skqp/gn_to_bp.py index c5d7c3f131..06ad02cad7 100644 --- a/tools/skqp/gn_to_bp.py +++ b/tools/skqp/gn_to_bp.py @@ -31,6 +31,7 @@ cc_library_shared { name: "libskqp_app", sdk_version: "26", stl: "libc++_static", + compile_multilib: "both", tags: ["tests", "optional"], cflags: [ |