Move headers to include/ dir
This commit is contained in:
@@ -4,7 +4,6 @@ Import('env', 'build_type', 'prefix', 'version_info', 'test_xml')
|
||||
|
||||
test_env = env.Clone()
|
||||
test_env.Append(LIBPATH = ['#build/src']);
|
||||
test_env.Append(CPPPATH = ['#src'])
|
||||
test_env.Append(LIBS = ['ucore_' + build_type, 'check'])
|
||||
|
||||
system = platform.system()
|
||||
|
||||
Reference in New Issue
Block a user