Add embed sanity check

This commit is contained in:
crazywhalecc
2024-12-10 23:08:01 +08:00
committed by Jerry Ma
parent f433866671
commit c4b9660cd7
6 changed files with 61 additions and 1 deletions

View File

@@ -248,6 +248,7 @@ class WindowsBuilder extends BuilderBase
foreach ($this->libs as $lib) {
$lib->calcDependency();
}
$this->lib_list = $sorted_libraries;
}
/**