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 | |
| parent | 5d42bc1af257681985ba9bb55a34eb9e9afe050c (diff) | |
Add std::string support to swig for lua and python.
| -rw-r--r-- | lua/luakms.i | 1 | ||||
| -rw-r--r-- | py/pykms.i | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lua/luakms.i b/lua/luakms.i index 60931f1..2920c46 100644 --- a/lua/luakms.i +++ b/lua/luakms.i @@ -5,6 +5,7 @@ using namespace kms; %} +%include "std_string.i" %include "stdint.i" %include "decls.h" @@ -5,6 +5,7 @@ using namespace kms; %} +%include "std_string.i" %include "stdint.i" %include "decls.h" |
