configure: drop dynamically linked liblua comment
Callisto uses modified versions of the Lua standard libraries, therefore using a dynamically linked liblua is impossible.
This commit is contained in:
parent
b7ea19b167
commit
821b717583
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -10,8 +10,7 @@ cflags='-std=c99'
|
|||
cppflags=''
|
||||
ext_cppflags='-DLUA_USE_POSIX -DLUA_USE_DLOPEN'
|
||||
ldflags='-lm -Wl,-E'
|
||||
# optional libraries to build with support for; a dynamically
|
||||
# linked Lua 5.4 library may be supported here later
|
||||
# optional libraries to build with support for
|
||||
optlibs='readline'
|
||||
withlibs=''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue