mirror of
https://github.com/vacp2p/nim-ngtcp2.git
synced 2026-01-09 21:18:07 -05:00
Remove our custom sockaddr* objects
Use the ones in nativesockets instead.
This commit is contained in:
committed by
markspanbroek
parent
1001eaf683
commit
371e2d86aa
1
build.sh
1
build.sh
@@ -27,6 +27,7 @@ toast \
|
||||
--preprocess \
|
||||
--noHeader \
|
||||
--defines=NGTCP2_STATICLIB \
|
||||
--replace=sockaddr=SockAddr,sockaddr_storage=Sockaddr_storage \
|
||||
--includeDirs="${root}/sources/lib/includes" \
|
||||
--includeDirs="${root}/build/lib/includes" \
|
||||
"${root}/sources/lib/includes/ngtcp2/ngtcp2.h" >> "${root}/ngtcp2.nim"
|
||||
|
||||
Reference in New Issue
Block a user