patch la files

This commit is contained in:
DubbleClick
2025-06-06 14:26:06 +07:00
parent 4582e1f508
commit b6a1182876
4 changed files with 4 additions and 0 deletions

View File

@@ -41,5 +41,6 @@ trait nghttp3
->execWithEnv("make -j{$this->builder->concurrency}")
->execWithEnv('make install DESTDIR=' . BUILD_ROOT_PATH);
$this->patchPkgconfPrefix(['libnghttp3.pc']);
$this->patchLaDependencyPrefix(['libnghttp3.la']);
}
}