Chromium Code Reviews| Index: third_party/yasm/yasm_compile.gypi |
| diff --git a/third_party/yasm/yasm_compile.gypi b/third_party/yasm/yasm_compile.gypi |
| index 52760cc04cced1098b8b22b4d383160a88e5de0e..3a22f4ae8c509e5bfd546ebc95eb5eff6dc3c90b 100644 |
| --- a/third_party/yasm/yasm_compile.gypi |
| +++ b/third_party/yasm/yasm_compile.gypi |
| @@ -55,6 +55,12 @@ |
| '-m', 'x86', |
| ], |
| }], |
| + [ 'OS=="mac" and target_arch=="x64"', { |
| + 'yasm_flags': [ |
| + '-fmacho64', |
| + '-m', 'amd64', # yasm uses 'amd64' as flag for the 64-bit instruction set. |
|
Mark Mentovai
2012/09/19 13:50:53
80 characters.
I actually don’t think the comment
|
| + ], |
| + }], |
| [ 'OS=="win" and target_arch=="ia32"', { |
| 'yasm_flags': [ |
| '-DPREFIX', |