Skip to content

Commit f8d774b

Browse files
authored
replace tab with 4 spaces to avoid treating as make target (#469)
Signed-off-by: Etai Lev Ran <elevran@gmail.com>
1 parent 064921d commit f8d774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ifneq ($(shell $(PYTHON_CONFIG) --cflags 2>/dev/null),)
8484
# Use --ldflags --embed to get all necessary flags for linking
8585
PYTHON_LDFLAGS := $(shell $(PYTHON_CONFIG) --ldflags --embed)
8686
else
87-
$(error ${PYTHON_ERROR})
87+
$(error ${PYTHON_ERROR})
8888
endif
8989

9090
# CGO flags with all dependencies

0 commit comments

Comments
 (0)