This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
NodeLua
mirror of
https://github.com/brettlangdon/NodeLua.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
updated binding.gyp
v0.1.x
Brett Langdon
13 years ago
parent
6d0bebb9cc
commit
f3a491c3d5
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
binding.gyp
+1
-1
package.json
+ 3
- 3
binding.gyp
View File
@ -4,11 +4,11 @@
"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
P
'\d\.\d')"
"lua_version": "<!(lua -v 2>&1 | grep -o '\d\.\d')"
},
"sources": [
"src/utils.cc",
"src/luafunction.cc",
"src/utils.cc",
"src/luafunction.cc",
"src/luaobject.cc",
"src/nodelua.cc"
],
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"nodelua"
,
"version"
:
"0.1.
6
"
,
"version"
:
"0.1.
7
"
,
"description"
:
"Lua Bindings For Node.JS"
,
"keywords"
:
[
"lua"
Write
Preview
Loading…
Cancel
Save