mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Get it to build from go build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user