Skip to content

Commit

Permalink
common.mk: Fix BASEDIR to manage github-action workspace directory (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 authored Apr 6, 2024
1 parent e6a4231 commit 5d24d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Set basedir in case called from spkrc/ or from normal sub-dir
ifeq ($(BASEDIR),)
ifneq ($(shell basename $(CURDIR)),spksrc)
ifeq ($(filter spksrc workspace,$(shell basename $(CURDIR))),)
BASEDIR = ../../
endif
endif
Expand Down

0 comments on commit 5d24d94

Please sign in to comment.