8 lines
173 B
Python
8 lines
173 B
Python
Import(Split("env PREFIX VERSION PACKAGE TARBALL"))
|
|
|
|
common=env.StaticLibrary(target = 'common', source = Split('''
|
|
random.c udp_io.c getsl.c
|
|
'''))
|
|
|
|
Export(Split("common"))
|