aboutsummaryrefslogtreecommitdiffstats
path: root/host/python
diff options
context:
space:
mode:
Diffstat (limited to 'host/python')
-rw-r--r--host/python/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/python/CMakeLists.txt b/host/python/CMakeLists.txt
index 212bd9e46..a7f0352af 100644
--- a/host/python/CMakeLists.txt
+++ b/host/python/CMakeLists.txt
@@ -10,7 +10,8 @@
PYTHON_CHECK_MODULE(
"virtualenv"
- "sys" "hasattr(sys, 'real_prefix')"
+ "sys"
+ "hasattr(sys, 'real_prefix')"
HAVE_PYTHON_VIRTUALENV
)