tests: dummy setup LDFLAGS for Gentoo
This commit is contained in:
parent
ce3ef95e9c
commit
b2adb18802
|
@ -8,6 +8,9 @@ CC = $(CROSS)gcc
|
|||
|
||||
CFLAGS += -fPIC -O3 -Wall -I$(INCDIR) -L$(LIBDIR)
|
||||
|
||||
# dummy setup to make Gentoo happy
|
||||
LDFLAGS =
|
||||
|
||||
LIBNAME = capstone
|
||||
|
||||
BIN_EXT =
|
||||
|
|
Loading…
Reference in New Issue