mirror of
https://github.com/google/pebble.git
synced 2025-03-19 10:31:21 +00:00
9 lines
168 B
Python
9 lines
168 B
Python
def configure(conf):
|
|
pass
|
|
|
|
def build(bld):
|
|
bld.stlib(source=['tinymt32.c'],
|
|
target='tinymt32',
|
|
use='pblibc')
|
|
|
|
# vim:filetype=python
|