diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/gpu.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index c5ace2a..678fc96 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -62,6 +62,8 @@ ], 'libraries': [ '-lX11', + # For dlsym() in '../third_party/glew/src/glew.c' + '-ldl', ], }, }, |