diff options
Diffstat (limited to 'host/python')
| -rw-r--r-- | host/python/CMakeLists.txt | 3 | 
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  )  | 
