Browse Source

remove lua_version from binding.gyp

master
Brett Langdon 12 years ago
parent
commit
24aa503e1d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      binding.gyp

+ 1
- 2
binding.gyp View File

@ -3,8 +3,7 @@
{
"target_name": "nodelua",
"variables": {
"lua_include": "<!(find /usr/include /usr/local/include -name lua.h | sed s/lua.h//)",
"lua_version": "<!(lua -v 2>&1 | grep -o '[0-9]\.[0-9]')"
"lua_include": "<!(find /usr/include /usr/local/include -name lua.h | sed s/lua.h//)"
},
"sources": [
"src/utils.cc",


Loading…
Cancel
Save