mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
LibGME debian rules hack
This commit is contained in:
parent
b63a17a9ca
commit
bbae5738a6
1 changed files with 2 additions and 0 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue