diff --git a/python37.spec b/python37.spec index b7070c2..e6f1ea3 100644 --- a/python37.spec +++ b/python37.spec @@ -853,9 +853,9 @@ InstallPython() { #include #if __WORDSIZE == 32 -#include "%{_pyconfig32_h}" +#include "%%{_pyconfig32_h}" #elif __WORDSIZE == 64 -#include "%{_pyconfig64_h}" +#include "%%{_pyconfig64_h}" #else #error "Unknown word size" #endif