mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
add crypto library to windows link to cope with updated openssl
This commit is contained in:
parent
acf5a20a2b
commit
1a7fc08e04
@ -15,7 +15,7 @@ $(eval $(call pkg_config_find_and_add,libcares,Cares))
|
||||
$(eval $(call pkg_config_find_and_add,zlib,ZLib))
|
||||
|
||||
# libraries for windows API
|
||||
LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows
|
||||
LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -lcrypt32 -mwindows
|
||||
|
||||
CFLAGS += -U__STRICT_ANSI__ -mwin32
|
||||
# only windows versions after XP are supported
|
||||
|
Loading…
Reference in New Issue
Block a user