why do we have prefix= calls instead of prefix=BUILD_ROOT_DIR?

This commit is contained in:
DubbleClick
2025-05-20 22:19:09 +07:00
parent a9f81dd38e
commit 03ca3f4f59
6 changed files with 94 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ class libpng extends MacOSLibraryBase
->cd(BUILD_LIB_PATH)
->exec('ln -sf libpng16.a libpng.a');
$this->patchPkgconfPrefix(['libpng16.pc'], PKGCONF_PATCH_PREFIX);
$this->patchLaDependencyPrefix(['libpng16.la']);
$this->cleanLaFiles();
}
}