repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
disable autotestdict in cython
[liba.git]
/
lua
/
make.lua
blob
467b0936e29b4f6001cb0e58d0ee1bdcf5fa6c82
1
local
lm
=
require
(
"luamake"
)
2
lm
:
lua_library
(
"liba"
)({
3
defines
= {
"A_EXPORTS"
},
4
includes
= {
"../include"
},
5
sources
= {
"../src/*.c*"
,
"src/*.c*"
},
6
links
=
lm
.
os
~=
"windows"
and
{
"m"
}
or
{},
7
})