diff --git a/python3.spec b/python3.spec index b14d948..e58da4e 100644 --- a/python3.spec +++ b/python3.spec @@ -965,9 +965,9 @@ for PyIncludeDir in %{PyIncludeDirs} ; do #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