Skip to content

Commit

Permalink
make: append pkg path instead of replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 20, 2024
1 parent b8d7f59 commit 8e3c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdpp/defs.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LIBDIR ?= $(prefix)/lib
DATADIR ?= $(prefix)/share
INCLUDEDIR ?= $(prefix)/include
pkgconfdir ?= $(LIBDIR)/pkgconfig
export PKG_CONFIG_PATH = $(pkgconfdir):$(DATADIR)/pkgconfig
export PKG_CONFIG_PATH := $(PKG_CONFIG_PATH):$(pkgconfdir):$(DATADIR)/pkgconfig
# for nasm-segelf
export PATH := $(PATH):$(prefix)/bin

Expand Down

0 comments on commit 8e3c46c

Please sign in to comment.