diff options
Diffstat (limited to 'contrib/libs/python/Include/Python-ast.h')
| -rw-r--r-- | contrib/libs/python/Include/Python-ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/python/Include/Python-ast.h b/contrib/libs/python/Include/Python-ast.h index 7628fd5a2a1..488b102d43b 100644 --- a/contrib/libs/python/Include/Python-ast.h +++ b/contrib/libs/python/Include/Python-ast.h @@ -1,7 +1,7 @@ #pragma once #ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/Python-ast.h> +#error "No <Python-ast.h> in Python3" #else #include <contrib/tools/python/src/Include/Python-ast.h> #endif |
