mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Use -fPIC with Qt on *BSD like on Linux
Required on FreeBSD at least.
This commit is contained in:
parent
2004545f96
commit
f646fea03f
@ -426,6 +426,8 @@ ifeq ($(HAVE_QT), 1)
|
||||
|
||||
ifneq ($(findstring Linux,$(OS)),)
|
||||
DEF_FLAGS += -fPIC
|
||||
else ifneq ($(findstring BSD,$(OS)),)
|
||||
DEF_FLAGS += -fPIC
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user