Skip to content

Commit dec6bdd

Browse files
authored
Fix Python build issue caused by shell_printer (kuzudb#4985)
1 parent 0fc7e4b commit dec6bdd

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
@@ -144,7 +144,7 @@ nodejs:
144144
$(call run-cmake-release, -DBUILD_NODEJS=TRUE)
145145

146146
python:
147-
$(call run-cmake-release, -DBUILD_PYTHON=TRUE)
147+
$(call run-cmake-release, -DBUILD_PYTHON=TRUE -DBUILD_SHELL=FALSE)
148148

149149
python-debug:
150150
$(call run-cmake-debug, -DBUILD_PYTHON=TRUE)

0 commit comments

Comments
 (0)