Skip to content

Commit

Permalink
make: append pkg path rather than override
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 20, 2024
1 parent 06fb5ce commit e7dab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TOP ?= .
include Makefile.conf
export prefix
export PKG_CONFIG_PATH = $(datarootdir)/pkgconfig:$(libdir)/pkgconfig
export PKG_CONFIG_PATH = $(PKG_CONFIG_PATH):$(datarootdir)/pkgconfig:$(libdir)/pkgconfig

DJLIBC = $(TOP)/lib/libc.a
DJCRT0 = $(TOP)/lib/crt0.elf
Expand Down

0 comments on commit e7dab47

Please sign in to comment.