Fix: Build error when building with python off

This commit is contained in:
Ray molenkamp 2020-04-02 07:08:51 -06:00
parent fa8a3c8f26
commit f5e4f20dc1
1 changed files with 2 additions and 0 deletions

View File

@ -1929,7 +1929,9 @@ static int arg_handle_python_use_system_env_set(int UNUSED(argc),
const char **UNUSED(argv),
void *UNUSED(data))
{
# ifdef WITH_PYTHON
BPY_python_use_system_env();
# endif
return 0;
}