From 9a50da2a0945ba937fc28d6106cb5b8552297bc4 Mon Sep 17 00:00:00 2001 From: nyfair Date: Thu, 10 Oct 2024 16:10:01 +0800 Subject: [PATCH] Update PKGBUILD --- mcfgthread/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mcfgthread/PKGBUILD b/mcfgthread/PKGBUILD index 720741e..711e20a 100644 --- a/mcfgthread/PKGBUILD +++ b/mcfgthread/PKGBUILD @@ -24,8 +24,6 @@ build() { rm -rf lib/cmake* #Remove boost - rm bin/b2.exe - rm bin/bjam.exe rm bin/libboost* rm -rf include/boost rm lib/libboost* @@ -250,4 +248,4 @@ package() { mkdir -p $pkgdir/opt/bin cp /d/ucrt64/bin/libmcfgthread* $pkgdir/opt/bin/ strip $pkgdir/opt/bin/* -} \ No newline at end of file +}