Made libui position-independent.
This commit is contained in:
parent
e6d302f7ab
commit
e04e5dc90f
|
@ -9,8 +9,12 @@ HFILES += \
|
|||
|
||||
NAME = libui
|
||||
|
||||
CFLAGS += \
|
||||
-fPIC
|
||||
|
||||
LDFLAGS += \
|
||||
-shared \
|
||||
-fPIC \
|
||||
# -Wl,-soname,$(NAME)$(SUFFIX).0
|
||||
|
||||
include GNUbaserules.mk
|
||||
|
|
Loading…
Reference in New Issue