ObjFW  Check-in [2bdee7e97d]

Overview
Comment:Fix building with GnuTLS support on Windows
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2bdee7e97daf1ea4e76e4bf534909941222fd123873ab5d8b20b57a3a3c63776
User & Date: js on 2021-11-21 20:50:40
Other Links: manifest | tags
Context
2021-11-21
21:43
Update buildsys check-in: 758dc9704d user: js tags: trunk
20:50
Fix building with GnuTLS support on Windows check-in: 2bdee7e97d user: js tags: trunk
10:40
OFTLSStream: wrappedStream -> underlyingStream check-in: 3ed8cf7a52 user: js tags: trunk
Changes

Modified src/tls/Makefile from [bedf47a39c] to [10f7a323a1].

15
16
17
18
19
20
21
22
includesubdir = ObjFWTLS

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../exceptions -I../runtime ${TLS_CPPFLAGS}
LD = ${OBJC}
FRAMEWORK_LIBS := ${TLS_LIBS} -F.. -framework ObjFW ${LIBS}
LIBS := ${TLS_LIBS} -L.. -lobjfw ${LIBS}







|
15
16
17
18
19
20
21
22
includesubdir = ObjFWTLS

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../exceptions -I../runtime ${TLS_CPPFLAGS}
LD = ${OBJC}
FRAMEWORK_LIBS := ${TLS_LIBS} -F.. -framework ObjFW ${LIBS}
LIBS := ${TLS_LIBS} -L.. -lobjfw -L../runtime ${RUNTIME_LIBS} ${LIBS}