mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Use LINK_SHARED variable
This commit is contained in:
parent
f644c09830
commit
b56eaec433
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
######################################
|
||||
# ADDITIONAL BUILD FLAGS
|
||||
CXXFLAGS += -I..
|
||||
LDFLAGS += -shared
|
||||
LDFLAGS += $(LINK_SHARED)
|
||||
|
||||
INC_DIRS +=
|
||||
LIBS_DIRS +=
|
||||
|
|
Loading…
Reference in a new issue