Bump to python 3

This commit is contained in:
Nils O. Selåsdal
2025-06-27 23:05:46 +02:00
parent d6c3cfb973
commit 22e4bbd2f9
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -8,6 +8,6 @@ headers = ucore_env.Glob('ucore/*.h')
#install targets
ucore_env.Alias('install',
ucore_env.InstallPerm(os.path.join(prefix, 'include', 'ucore'), headers, 0644))
ucore_env.Alias('install',
ucore_env.InstallPerm(os.path.join(prefix, 'include', 'ucore'), headers, 0o0644))