Pass $LDFLAGS while linking
This commit is contained in:
parent
944f753eba
commit
53871726b5
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ ifeq ($(OS),Darwin)
|
|||
else
|
||||
SHLIB_FLAGS = -shared
|
||||
endif
|
||||
LINK = $(CC)
|
||||
LINK = $(CC) $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue