Update package version to 1.90.0

This commit is contained in:
2025-09-21 13:45:21 +03:00
parent 1f08fcbc81
commit 17526b42cb
3 changed files with 10 additions and 10 deletions
+2 -3
View File
@@ -18,11 +18,10 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
sed '/MirOpt/d' -i src/bootstrap/src/core/builder/mod.rs
export LIBSSH2_SYS_USE_PKG_CONFIG=1
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
python3 x.py build
python3 x.py build -j$(nproc)
}
# The package function is executed in the source directory