Bump to python 3
This commit is contained in:
+2
-2
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user