Skip to content

Commit 0aa3fe5

Browse files
authored
Merge pull request #2327 from Pinata-Consulting/makefile-stdbuf-cmd-optional
makefile: make STDBUF_CMD optional
2 parents 140df62 + 4fc987d commit 0aa3fe5

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
@@ -332,7 +332,7 @@ endif
332332
KLAYOUT_FOUND = $(if $(KLAYOUT_CMD),,$(error KLayout not found in PATH))
333333

334334
ifneq ($(shell command -v stdbuf),)
335-
STDBUF_CMD = stdbuf -o L
335+
STDBUF_CMD ?= stdbuf -o L
336336
endif
337337

338338
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)