stevedonovan / Lake

A Lua-based Build Tool
MIT License
132 stars 16 forks source link

libflags and flags are not lists #9

Closed moteus closed 11 years ago

moteus commented 12 years ago

when i use filags = { ... } i get error

stevedonovan commented 12 years ago

Yes, that's a bug. I usually only use strings, but a table should be ok here.