mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed MemorySanitizer linking (nw)
This commit is contained in:
parent
d3f9c65946
commit
42838dabef
@ -564,6 +564,9 @@ ifdef SANITIZE
|
||||
ifneq (,$(findstring thread,$(SANITIZE)))
|
||||
SQLITE3_FLAGS += -fPIC
|
||||
endif
|
||||
ifneq (,$(findstring memory,$(SANITIZE)))
|
||||
SQLITE3_FLAGS += -fPIC
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(TARGETOS),linux)
|
||||
|
Loading…
Reference in New Issue
Block a user