Skip to content
Snippets Groups Projects
Commit ac2e93ab authored by Marco Z's avatar Marco Z
Browse files

LibGME debian rules hack

parent 9e025cfd
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ MENUFILE2 = title="$(TITLE)" command="/$(PKGDIR)/$(PACKAGE)"
export PKG_CONFIG_LIBDIR = /usr/lib/$(CROSS_COMPILE_HOST)/pkgconfig
BINDIR := $(DIR)/bin/Linux/Release
LDFLAGS += "-Wl,-rpath=/usr/lib/$(CROSS_COMPILE_HOST)"
# FIXME libgme-dev on debian doesn't use pkg-config yet, so put in the linker flag ourselves
MAKEARGS += LIBGME_LDFLAGS=-lgme
build:
$(MKDIR) $(BINDIR)/debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment