Skip to content

Commit

Permalink
Fix Makefile with TARGET_DIR end with release folder, removing it for
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Nov 8, 2022
1 parent 3aa8831 commit 8a68af9
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 @@ -294,7 +294,7 @@ ifneq (, $(TARGET_DIR))
endif

ifeq (release, $(notdir $(TARGET_DIR)))
target_dir := --target-dir $(TARGET_DIR)/..
target_dir := --target-dir $(dir $(TARGET_DIR))
endif

$(info -----------)
Expand Down

0 comments on commit 8a68af9

Please sign in to comment.