Instruct yasm to compile position independent code on Android
authormsarett <msarett@google.com>
Tue, 10 May 2016 21:30:07 +0000 (14:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 May 2016 21:30:07 +0000 (14:30 -0700)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1965983002

Review-Url: https://codereview.chromium.org/1965983002

gyp/libjpeg-turbo.gyp

index 7da66a1..4df410c 100644 (file)
                 'yasm_flags': [
                   '-D__x86__',
                   '-DELF',
+                  '-DPIC',
                 ],
               }, {
                 'yasm_format': '-felf64',
                 'yasm_flags': [
                   '-D__x86_64__',
                   '-DELF',
+                  '-DPIC',
                 ],
               }],
             ],