tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov
This commit is contained in:
parent
34ce2a5325
commit
0d001bb1ef
|
@ -15,7 +15,7 @@ CFLAGS += -fPIC -O3 -Wall -I$(INCDIR) -L$(LIBDIR)
|
|||
endif
|
||||
|
||||
# dummy setup to make Gentoo happy
|
||||
LDFLAGS =
|
||||
$(LDFLAGS)
|
||||
|
||||
LIBNAME = capstone
|
||||
|
||||
|
|
Loading…
Reference in New Issue