fix: la64 ci (#1134)

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin
2025-04-22 01:35:30 +08:00
committed by GitHub
parent e80796eb82
commit 2c81a9760e
5 changed files with 20 additions and 20 deletions

View File

@ -20,6 +20,9 @@ impl CFilesBuilder {
Self::setup_defines(&mut c);
Self::setup_global_include_dir(&mut c);
Self::setup_files(&mut c);
if c.get_files().count() == 0 {
return;
}
c.compile("dragonos_kernel_cfiles");
}