invoke swig with relative path instead, -I../../

This commit is contained in:
Meredith L. Patterson 2013-11-16 08:15:01 +01:00
parent eb04069817
commit 21f16ebefd

View file

@ -1,5 +1,5 @@
%module hammer
%import "hammer/allocator.h"
%import "hammer/hammer.h"
%import "allocator.h"
%import "hammer.h"