tinyxml-2: build as shared

This commit is contained in:
K900
2025-10-11 15:08:48 +03:00
parent 0e764501ad
commit 21ea5e5702
+1
View File
@@ -19,6 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
cmakeFlags = [
"-DBUILD_SHARED_LIBS=ON"
# the cmake package does not handle absolute CMAKE_INSTALL_INCLUDEDIR
# correctly (setting it to an absolute path causes include files to go to
# $out/$out/include, because the absolute path is interpreted with root at