mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
libhsmd: First working build script for libhsmd-python
Changelog-Added: libhsmd: Added python bindings for `libhsmd`
This commit is contained in:
committed by
Rusty Russell
parent
214fdcc9d7
commit
7f15f86718
7
contrib/libhsmd_python/swig.i
Normal file
7
contrib/libhsmd_python/swig.i
Normal file
@@ -0,0 +1,7 @@
|
||||
%module libhsmd
|
||||
%{
|
||||
#define SWIG_FILE_WITH_INIT
|
||||
#include "libhsmd_python.h"
|
||||
%}
|
||||
|
||||
%include "libhsmd_python.h"
|
||||
Reference in New Issue
Block a user