mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-25 21:58:49 +01:00
compile on debian
This commit is contained in:
parent
a8998380a4
commit
169188137e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -109,7 +109,7 @@ LDLIBS = $(X49GP_LIBS) $(GDB_LIBS) $(COCOA_LIBS)
|
|||
MAKEDEPEND = $(CC) -MM
|
||||
|
||||
CFLAGS += $(shell pkg-config --cflags gtk+-2.0)
|
||||
LDFLAGS += $(shell pkg-config --libs gtk+-2.0)
|
||||
LDLIBS += $(shell pkg-config --libs gtk+-2.0) -lz -lm
|
||||
|
||||
ifdef QEMU_OLD
|
||||
export MAKE MAKEDEPEND CC LD AR RANLIB CFLAGS LDFLAGS
|
||||
|
|
Loading…
Reference in a new issue