Skip to content

Commit

Permalink
Makefile: do not depend on PREFIX for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Dec 27, 2024
1 parent 32d1e35 commit b120474
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
Expand Up @@ -55,7 +55,7 @@ lib-core: lib-common .force
lib-pulse: plugin lib-common .force
$(MAKE) -f mk/lib-pulse.mk

local-install: PREFIX=$(CURDIR)/out
local-install: override PREFIX=$(CURDIR)/out
local-install: do-install

.PHONY: do-install
Expand Down

0 comments on commit b120474

Please sign in to comment.