mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
java: leave mraa_result_t typemap in upm.i for non-java bindings
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
7afd1f3fc1
commit
4985cf4b00
@ -10,6 +10,8 @@
|
|||||||
%apply int { speed_t };
|
%apply int { speed_t };
|
||||||
%apply int { mraa_result_t };
|
%apply int { mraa_result_t };
|
||||||
%apply int { mraa::Result };
|
%apply int { mraa::Result };
|
||||||
|
#else
|
||||||
|
%typemap(out) mraa_result_t = int;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (SWIG_JAVASCRIPT_V8)
|
#if (SWIG_JAVASCRIPT_V8)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user