Skip to content

Commit 3f9b1e1

Browse files
committed
Allow to set PRIVATE_DIR with env vars
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 6d72688 commit 3f9b1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,5 +744,5 @@ print-% : ; @echo $* = $($*)
744744
# Utilities
745745
#-------------------------------------------------------------------------------
746746
include $(UTILS_DIR)/utils.mk
747-
export PRIVATE_DIR = ../../private_tool_scripts
747+
export PRIVATE_DIR ?= ../../private_tool_scripts
748748
-include $(PRIVATE_DIR)/private.mk

0 commit comments

Comments
 (0)