awtk/3rd/lua/SConscript
2018-03-04 13:09:23 +08:00

6 lines
77 B
Python

import os
env=DefaultEnvironment().Clone()
env.Library('lua', Glob('*.c'))