Update package version to 20.1.7

This commit is contained in:
2025-08-22 20:15:17 +03:00
parent 9bff4ebbc7
commit d63ab95d29
3 changed files with 14 additions and 9 deletions
-7
View File
@@ -51,13 +51,6 @@ build() {
ninja
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd build
ninja check-lld
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {