mirror of
https://github.com/google/pebble.git
synced 2026-02-13 17:07:20 -05:00
7 lines
151 B
Python
7 lines
151 B
Python
def build(bld):
|
|
bld(export_includes=['.'],
|
|
use=['libc_includes', 'libutil_includes'],
|
|
name='root_includes')
|
|
|
|
# vim:filetype=python
|