mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:38:25 +00:00
Do not prepend DESTDIR twice when installing unicorn.pc on FreeBSD
This commit is contained in:
parent
c8b3d62692
commit
f6908e2c62
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -183,9 +183,9 @@ LIBDATADIR ?= $(LIBDIR)
|
|||
|
||||
ifndef USE_GENERIC_LIBDATADIR
|
||||
ifeq ($(UNAME_S), FreeBSD)
|
||||
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
|
||||
LIBDATADIR = $(PREFIX)/libdata
|
||||
else ifeq ($(UNAME_S), DragonFly)
|
||||
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
|
||||
LIBDATADIR = $(PREFIX)/libdata
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue