diff options
Diffstat (limited to 'test/.build')
| -rw-r--r-- | test/.build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/.build b/test/.build index b7c10e0..ded9352 100644 --- a/test/.build +++ b/test/.build @@ -1,5 +1,4 @@ -objects = this.c.cc( - 'hai.c' +this.objects = this.c.cc.gen( + 'hai.c', + include_dirs = this.include_dirs ) - -this.object = this.c.lib('test', objects) |
