mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-05 22:06:23 +02:00
Get it to build from go build
This commit is contained in:
parent
5013ce5649
commit
7bc2e74683
7 changed files with 53 additions and 38 deletions
|
@ -2,14 +2,14 @@
|
|||
// e.g. map std::string to Go string
|
||||
|
||||
%{
|
||||
#include "api.h"
|
||||
#include "capi.h"
|
||||
//#include "Streaming.h"
|
||||
#include "Destination.h"
|
||||
//#include "Destination.h"
|
||||
//#include "Identity.h"
|
||||
//#include "Tag.h"
|
||||
%}
|
||||
|
||||
%include "api.h"
|
||||
%include "capi.h"
|
||||
//%include "Streaming.h"
|
||||
//%include "Destination.h"
|
||||
//%include "Identity.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue