diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 22:26:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 22:26:52 +0000 |
| commit | 1e9f115b7cda68ccba99f58d194a2c0eb83e7e23 (patch) | |
| tree | e872d99e0ef3a1e700bf0fa113cf7f7727867ebc /wscript | |
| parent | 9fd79fb05fa47833ed431d83d73fd6d9a4a9f774 (diff) | |
Modify example to an approximation of the desired API.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ def build(bld): bld.recurse('tools') bld.recurse('test') bld.recurse('asdcplib') -# bld.recurse('examples') + bld.recurse('examples') bld.add_post_fun(post) |
