We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064921d commit f8d774bCopy full SHA for f8d774b
Makefile
@@ -84,7 +84,7 @@ ifneq ($(shell $(PYTHON_CONFIG) --cflags 2>/dev/null),)
84
# Use --ldflags --embed to get all necessary flags for linking
85
PYTHON_LDFLAGS := $(shell $(PYTHON_CONFIG) --ldflags --embed)
86
else
87
- $(error ${PYTHON_ERROR})
+ $(error ${PYTHON_ERROR})
88
endif
89
90
# CGO flags with all dependencies
0 commit comments