pugixml, fix build, cleanup (#8075)

This commit is contained in:
Schrijvers Luc
2023-03-23 13:32:36 +01:00
committed by GitHub
parent d870104354
commit 25701fc563

View File

@@ -10,7 +10,7 @@ happen automatically during parsing/saving)."
HOMEPAGE="https://pugixml.org/"
COPYRIGHT="2006-2021 Arseny Kapoulkine"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/zeux/pugixml/releases/download/v${portVersion}/pugixml-$portVersion.tar.gz"
CHECKSUM_SHA256="8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716"
@@ -51,10 +51,9 @@ defineDebugInfoPackage pugixml$secondaryArchSuffix \
BUILD()
{
cmake -B build -S . \
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
$cmakeDirArgs
make -C build $jobArgs
}