mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-28 07:50:39 +00:00
tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov
This commit is contained in:
parent
b2adb18802
commit
91679cdb60
@ -9,7 +9,7 @@ CC = $(CROSS)gcc
|
||||
CFLAGS += -fPIC -O3 -Wall -I$(INCDIR) -L$(LIBDIR)
|
||||
|
||||
# dummy setup to make Gentoo happy
|
||||
LDFLAGS =
|
||||
$(LDFLAGS)
|
||||
|
||||
LIBNAME = capstone
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user