Move include/ucore/SConstruct to include/
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ env.SConsignFile()
|
|||||||
|
|
||||||
subdirs = [
|
subdirs = [
|
||||||
'src',
|
'src',
|
||||||
'include/ucore',
|
'include',
|
||||||
'test',
|
'test',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Import('env', 'build_type', 'prefix', 'version_info')
|
|||||||
|
|
||||||
ucore_env = env.Clone()
|
ucore_env = env.Clone()
|
||||||
|
|
||||||
headers = ucore_env.Glob('*.h')
|
headers = ucore_env.Glob('ucore/*.h')
|
||||||
|
|
||||||
#install targets
|
#install targets
|
||||||
|
|
||||||
Reference in New Issue
Block a user