Skip to content

Commit d132b40

Browse files
committed
Add slash after PYTHONHOME
1 parent d70e83b commit d132b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else ifneq (, $(findstring mingw, $(SYS)))
3030
$(error Couldn't find PYTHONHOME)
3131
endif
3232

33-
PYTHONVER := $(shell ${PYTHONHOME}python -c "import sys; print(str(sys.version_info[0])+str(sys.version_info[1]))")
33+
PYTHONVER := $(shell ${PYTHONHOME}/python -c "import sys; print(str(sys.version_info[0])+str(sys.version_info[1]))")
3434

3535
INCLUDES += -I${PYTHONHOME}/include
3636
LDFLAGS += -L${PYTHONHOME}/Libs

0 commit comments

Comments
 (0)