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
|
else
|
||||||
SHLIB_FLAGS = -shared
|
SHLIB_FLAGS = -shared
|
||||||
endif
|
endif
|
||||||
LINK = $(CC)
|
LINK = $(CC) $(LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue