blob: a48fda414bedb2d02e90a260432970146160bda0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- chromium-13.0.754.0.orig/third_party/yasm/yasm.gyp
+++ chromium-13.0.754.0/third_party/yasm/yasm.gyp
@@ -59,6 +59,7 @@
'targets': [
{
'target_name': 'yasm',
+ 'ldflags': ['-lintl'],
'type': 'executable',
'toolsets': ['host'],
'dependencies': [
|