Update package version to 1.90.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user