[lldb/Lua] Add lua typemaps for INOUT params

This commit is contained in:
Jonas Devlieghere 2020-01-09 14:50:03 -08:00
parent 10edb1d0d4
commit 58b3dec6c1
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
%module lldb %module lldb
%include <std_string.i> %include <std_string.i>
%include "./lua/lua-typemaps.swig"
%include "./macros.swig" %include "./macros.swig"
%include "./headers.swig" %include "./headers.swig"

View File

@ -0,0 +1 @@
%include <typemaps.i>