mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
Allow passing raw pointers to C wrapper functions, I think
This commit is contained in:
parent
ed53cbb7b7
commit
b962a330ad
4 changed files with 44 additions and 24 deletions
5
Makefile
5
Makefile
|
@ -136,3 +136,8 @@ doxygen:
|
|||
.PHONY: mk_obj_dir
|
||||
.PHONY: install
|
||||
.PHONY: strip
|
||||
|
||||
##TODO: delete this before a PR
|
||||
testc: api api_client
|
||||
g++ -Ii18n -c test.c -o test.o
|
||||
g++ test.o libi2pd.so libi2pdclient.so -o test.main
|
Loading…
Add table
Add a link
Reference in a new issue