aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-02-17 12:52:31 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-17 21:14:00 +0000
commitc12551c1f3f34f50cd58b4e3fb0697c7fe40e8f0 (patch)
tree76ca8c9a7a736b74014b10b30be471312eb65a9f /BUILD.gn
parent4fe2b15c0a096ed037681923371644510e44171d (diff)
SkJumper: Linux
Just need to take care to match C symbols with asm symbols. Linux doesn't add the leading underscore automatically like Mac and Windows. Change-Id: I488cdfec942b442554ffefdfd006a1305ad77d9d Reviewed-on: https://skia-review.googlesource.com/8667 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a442ccef57..a7787c3f2a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -29,7 +29,7 @@ declare_args() {
skia_enable_android_framework_defines = false
skia_enable_discrete_gpu = true
skia_enable_effects = true
- skia_enable_jumper = is_skia_standalone && is_mac
+ skia_enable_jumper = is_skia_standalone && (is_linux || is_mac)
skia_enable_gpu = true
skia_enable_pdf = true
skia_enable_tools = is_skia_standalone