mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 03:18:54 +00:00
7 lines
132 B
Python
7 lines
132 B
Python
|
|
import os
|
||
|
|
|
||
|
|
env=DefaultEnvironment().Clone()
|
||
|
|
LIB_DIR=os.environ['LIB_DIR'];
|
||
|
|
env.Library(os.path.join(LIB_DIR, 'glad'), Glob('*.c'))
|
||
|
|
|