mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 23:14:18 +03:00
link math library
This commit is contained in:
parent
de982b4d3e
commit
76583d63ec
@ -36,7 +36,7 @@
|
||||
$(shell $(PKG_CONFIG) --cflags openssl) \
|
||||
$(shell xml2-config --cflags)
|
||||
|
||||
MONKEYLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
|
||||
MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
|
||||
|
||||
CFLAGS += $(MONKEYCFLAGS) -Werror
|
||||
LDFLAGS += $(MONKEYLDFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user