Update package version to 4.0.1

This commit is contained in:
2026-02-09 10:44:21 +02:00
parent e6ec27f653
commit 8ce4022aaf
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON DNATIVE=OFF
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DNATIVE=OFF
cmake --build build
}