mirror of https://github.com/PurpleI2P/i2pd.git
idk
3 years ago
3 changed files with 14 additions and 5 deletions
@ -1,7 +1,17 @@ |
|||||||
package api |
package api |
||||||
|
|
||||||
/* |
/* |
||||||
#cgo CXXFLAGS: -I${SRCDIR}/../i18n -I${SRCDIR}/../libi2pd_client -g -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-psabi -fPIC -D__AES__ -maes |
* Copyright (c) 2013-2020, The PurpleI2P Project |
||||||
#cgo LDFLAGS: -latomic -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread -lstdc++ |
* |
||||||
|
* This file is part of Purple i2pd project and licensed under BSD3 |
||||||
|
* |
||||||
|
* See full license text in LICENSE file at top of project tree |
||||||
|
*/ |
||||||
|
|
||||||
|
/* |
||||||
|
#cgo CXXFLAGS: -I${SRCDIR}/../i18n -I${SRCDIR}/../libi2pd_client -I${SRCDIR}/../libi2pd -g -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-psabi -fPIC -D__AES__ -maes |
||||||
|
#cgo LDFLAGS: -L${SRCDIR}/../ -l:libi2pd.a -latomic -lcrypto -lssl -lz -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lpthread -lstdc++ |
||||||
*/ |
*/ |
||||||
import "C" |
import "C" |
||||||
|
|
||||||
|
// -D, -U, -I, and
|
Loading…
Reference in new issue