mirror of
https://github.com/lz4/lz4.git
synced 2024-11-24 10:24:00 +08:00
Merge pull request #573 from laffer1/laffer1-pkgconfig-mnbsd
FIx pkgconfig file installation on MidnightBSD
This commit is contained in:
commit
d2f5716c5d
@ -143,7 +143,7 @@ libdir ?= $(LIBDIR)
|
||||
INCLUDEDIR ?= $(prefix)/include
|
||||
includedir ?= $(INCLUDEDIR)
|
||||
|
||||
ifneq (,$(filter $(OS),OpenBSD FreeBSD NetBSD DragonFly))
|
||||
ifneq (,$(filter $(OS),OpenBSD FreeBSD NetBSD DragonFly MidnightBSD))
|
||||
PKGCONFIGDIR ?= $(prefix)/libdata/pkgconfig
|
||||
else
|
||||
PKGCONFIGDIR ?= $(libdir)/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user