mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
11 lines
384 B
Go
11 lines
384 B
Go
package api
|
|
|
|
/*
|
|
//void Go_InitI2P (int argc, char argv[], const char * appName){
|
|
|
|
//}
|
|
#cgo CPPFLAGS: -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"
|