Remove scons support

This commit is contained in:
Nils O. Selåsdal
2026-05-20 20:07:43 +02:00
parent fb0efd9cbb
commit c7d175d90f
4 changed files with 0 additions and 257 deletions
-13
View File
@@ -1,13 +0,0 @@
import os
Import('env', 'build_type', 'prefix', 'version_info')
ucore_env = env.Clone()
headers = ucore_env.Glob('ucore/*.h')
#install targets
ucore_env.Alias('install',
ucore_env.InstallPerm(os.path.join(prefix, 'include', 'ucore'), headers, 0o0644))