blob: 2495a527d7f9abf02f6c113acaa092d523f4d750 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- wscript.old 2010-05-25 15:01:05.352982411 +0300
+++ wscript 2010-05-25 15:01:18.726007753 +0300
@@ -95,7 +95,7 @@
[ 'geanylua/geanylua.c' ], # the other source files are listed in build_lua()
[ 'geanylua' ],
# maybe you need to modify the package name of Lua, try one of these: lua5.1 lua51 lua-5.1
- [ [ 'lua', '5.1', True ] ])
+ [ [ 'lua-5.1', '5.1', True ] ])
]
'''
|