scons builds the SWIG PHP bindings that can create parsers but not parse any input yet
This commit is contained in:
parent
6daa5367ca
commit
94d855c516
2 changed files with 15 additions and 0 deletions
|
|
@ -131,6 +131,7 @@
|
|||
#warning no uint8_t* typemaps defined
|
||||
#endif
|
||||
|
||||
//%include "typemaps.i"
|
||||
// All the include paths are relative to the build, i.e., ../../. If you need to build these manually (i.e., not with scons), keep that in mind.
|
||||
%{
|
||||
#include "allocator.h"
|
||||
|
|
@ -344,3 +345,5 @@ def int64(): return _h_int64()
|
|||
%}
|
||||
|
||||
#endif
|
||||
//%apply const char* { const uint8_t* }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue