mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-02 19:30:40 +00:00
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
This commit is contained in:
commit
53a989a751
2
Makefile
2
Makefile
|
@ -119,7 +119,7 @@ else
|
||||||
EXT = so
|
EXT = so
|
||||||
VERSION_EXT = $(EXT).$(API_MAJOR)
|
VERSION_EXT = $(EXT).$(API_MAJOR)
|
||||||
AR_EXT = a
|
AR_EXT = a
|
||||||
$(LIBNAME)_LDFLAGS += -Wl,-soname,lib$(LIBNAME).$(VERSION_EXT)
|
$(LIBNAME)_LDFLAGS += -Wl,-Bsymbolic-functions,-soname,lib$(LIBNAME).$(VERSION_EXT)
|
||||||
UNICORN_CFLAGS += -fvisibility=hidden
|
UNICORN_CFLAGS += -fvisibility=hidden
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue