mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
move wrapper code to own directory
This commit is contained in:
parent
f5db34b98b
commit
f9d9aa0306
6 changed files with 16 additions and 0 deletions
7
libi2pd_wrapper/api.go
Normal file
7
libi2pd_wrapper/api.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package api
|
||||
|
||||
/*
|
||||
#cgo CXXFLAGS: -I${SRCDIR}/../i18n -I${SRCDIR}/../libi2pd_client -g -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-psabi -fPIC -D__AES__ -maes
|
||||
#cgo LDFLAGS: -latomic -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread -lstdc++
|
||||
*/
|
||||
import "C"
|
Loading…
Add table
Add a link
Reference in a new issue