mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
6 lines
77 B
Python
6 lines
77 B
Python
import os
|
|
|
|
env=DefaultEnvironment().Clone()
|
|
env.Library('lua', Glob('*.c'))
|
|
|