Skip to content

Commit

Permalink
add luajit headers to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Sep 11, 2012
1 parent be683ff commit 6bfffd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deps/luajit.gyp
Expand Up @@ -18,7 +18,7 @@
'target_defaults': {
'defines': [
'LUAJIT_ENABLE_LUA52COMPAT',
'LUA_USE_APICHECK',
'LUA_USE_APICHECK',
],
'conditions': [
['target_arch=="x64"', {
Expand Down Expand Up @@ -63,6 +63,11 @@
'libluajit',
'luajit-datafiles',
],
'direct_dependent_settings': {
'include_dirs': [
'luajit/src',
]
},
'conditions': [
['OS == "linux"', { 'libraries': ['-ldl'] }, ],
],
Expand Down

0 comments on commit 6bfffd0

Please sign in to comment.