Commit 4b6945a4 by Corentin Wallez

Add -lrt and -ldl to link flags on Linux builds

BUG=angleproject:892 Change-Id: Ic06b493cbfdc061565d94d98aabfc3b1f2d882c6 Reviewed-on: https://chromium-review.googlesource.com/271275Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 14e95b38
...@@ -751,7 +751,7 @@ ...@@ -751,7 +751,7 @@
'<!@(pkg-config --libs-only-L --libs-only-other x11 xi)', '<!@(pkg-config --libs-only-L --libs-only-other x11 xi)',
], ],
'libraries': [ 'libraries': [
'<!@(pkg-config --libs-only-l x11 xi)', '<!@(pkg-config --libs-only-l x11 xi) -ldl',
], ],
}, },
}], }],
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
'<!@(pkg-config --libs-only-L --libs-only-other x11 xi)', '<!@(pkg-config --libs-only-L --libs-only-other x11 xi)',
], ],
'libraries': [ 'libraries': [
'<!@(pkg-config --libs-only-l x11 xi)', '<!@(pkg-config --libs-only-l x11 xi) -lrt',
], ],
}, },
}], }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment