mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-17 12:35:53 +00:00
Add GNU hash to library for non-Windows build.
This commit is contained in:
parent
f936f63aa0
commit
2ee7048144
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ ifeq ($(OS),Windows_NT)
|
|||
EXT=dll
|
||||
else
|
||||
EXT=so
|
||||
LDFLAGS += -Wl,--hash-style=gnu
|
||||
endif
|
||||
|
||||
prefix ?= /usr
|
||||
|
|
|
|||
Loading…
Reference in a new issue