Made build run on debian 12.9

This commit is contained in:
benny
2024-12-05 10:39:36 +02:00
committed by Adrian Scripca
parent 17b3af2911
commit 48e3eff00a
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -14,5 +14,5 @@
import sys
import os
version = '.'.join(map(str, sys.version_info[:2]))
print os.path.join(sys.prefix, 'include', 'python' + version)
print(os.path.join(sys.prefix, 'include', 'python' + version))