diff options
author | Jyri Sarha <jsarha@ti.com> | 2015-09-30 14:34:52 +0300 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2015-09-30 16:59:29 +0300 |
commit | ed9cb183b240702f74477351cada83d59da3144b (patch) | |
tree | abf51e9044a340454ccd66b2c7d91e439c3ab372 /py | |
parent | 5d42bc1af257681985ba9bb55a34eb9e9afe050c (diff) |
Add std::string support to swig for lua and python.
Diffstat (limited to 'py')
-rw-r--r-- | py/pykms.i | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ using namespace kms; %} +%include "std_string.i" %include "stdint.i" %include "decls.h" |