fix(vpkedit): Don't disable static linking (#5464) (#5471)

(cherry picked from commit 038d5b818d)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-06-15 22:07:10 -07:00
committed by GitHub
parent 28328eacaa
commit 207ffa2bdb
+4 -2
View File
@@ -1,6 +1,6 @@
Name: vpkedit
Version: 4.4.2
Release: 1%?dist
Release: 2%?dist
Summary: A CLI/GUI tool to create, read, and write several pack file formats
License: MIT
URL: https://github.com/craftablescience/VPKEdit
@@ -26,7 +26,9 @@ new VPKs.
%build
%cmake -DCMAKE_INSTALL_PREFIX=%_libdir/%name # -DVPKEDIT_BUILD_LIBC=ON
%cmake -DCMAKE_INSTALL_PREFIX=%_libdir/%name \
-DBUILD_SHARED_LIBS:BOOL=OFF
# -DVPKEDIT_BUILD_LIBC=ON
%cmake_build