Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Jan 9, 2024
1 parent 5e611ee commit f0a17ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ define mordavokne_rules

this_name := mordavokne-$1

this_cxxflags += $(shell pkg-config --cflags gtk+-3.0)
this_ldlibs += $(shell pkg-config --libs gtk+-3.0)
this_cxxflags += $(shell pkg-config --cflags gdk-3.0)
this_ldlibs += $(shell pkg-config --libs gdk-3.0)

ifeq ($(os), linux)
this_ldlibs += -lGLEW -ldl -lnitki -lopros -lX11
Expand Down

0 comments on commit f0a17ee

Please sign in to comment.