summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-shiboken.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-shiboken.make b/rules/host-shiboken.make
index 140828c3c..0757e090f 100644
--- a/rules/host-shiboken.make
+++ b/rules/host-shiboken.make
@@ -28,6 +28,7 @@ HOST_SHIBOKEN_CONF_TOOL := cmake
HOST_SHIBOKEN_CONF_OPT = \
$(HOST_CMAKE_OPT) \
-DBUILD_TESTS:BOOL=OFF \
+ -DDISABLE_DOCSTRINGS:BOOL=ON \
-DPython_PREFERRED_VERSION=python$(PYTHON_MAJORMINOR)