mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
add math library to link
This commit is contained in:
parent
5638887a4b
commit
f16d560f6f
@ -63,7 +63,7 @@ GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk \
|
||||
GTKLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs gtk+-$(NETSURF_GTK_MAJOR).0 gthread-2.0 gmodule-2.0 lcms)
|
||||
|
||||
CFLAGS += $(GTKCFLAGS)
|
||||
LDFLAGS += $(GTKLDFLAGS)
|
||||
LDFLAGS += -lm $(GTKLDFLAGS)
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Windows flag setup
|
||||
|
Loading…
Reference in New Issue
Block a user