Add GNU hash to library for non-Windows build.

This commit is contained in:
flederwiesel 2019-11-19 12:18:18 +01:00
parent f936f63aa0
commit 2ee7048144

View file

@ -34,6 +34,7 @@ ifeq ($(OS),Windows_NT)
EXT=dll
else
EXT=so
LDFLAGS += -Wl,--hash-style=gnu
endif
prefix ?= /usr