mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Specify proper NFD GTK source file.
This commit is contained in:
parent
a852cf390a
commit
e870d68a47
@ -27,7 +27,7 @@ else
|
|||||||
SRC3 += ../../../nfd/nfd_cocoa.m
|
SRC3 += ../../../nfd/nfd_cocoa.m
|
||||||
LIBS += -framework CoreFoundation -framework AppKit
|
LIBS += -framework CoreFoundation -framework AppKit
|
||||||
else
|
else
|
||||||
SRC2 += ../../../nfd/nfd_gtk.c
|
SRC += ../../../nfd/nfd_gtk.cpp
|
||||||
INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
|
INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
|
||||||
LIBS += $(shell pkg-config --libs gtk+-3.0)
|
LIBS += $(shell pkg-config --libs gtk+-3.0)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user