Turned off soname for now. This is confusing as all hell.

This commit is contained in:
Pietro Gagliardi 2015-10-16 21:39:28 -04:00
parent 790edf0df8
commit e6d302f7ab
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ NAME = libui
LDFLAGS += \
-shared \
-Wl,-soname,$(NAME)$(SUFFIX).0
# -Wl,-soname,$(NAME)$(SUFFIX).0
include GNUbaserules.mk