mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
remove explicit linking for dlopened OpenGL
This commit is contained in:
parent
0f6c766167
commit
97313a295b
@ -26,7 +26,7 @@ ifeq ($(UNAME),Darwin)
|
|||||||
else
|
else
|
||||||
SRC2 += ../../../nfd/nfd_gtk.c
|
SRC2 += ../../../nfd/nfd_gtk.c
|
||||||
INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
|
INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
|
||||||
LIBS += $(shell pkg-config --libs gtk+-3.0) -lGL
|
LIBS += $(shell pkg-config --libs gtk+-3.0)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include ../../../common/unix.mk
|
include ../../../common/unix.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user