suboptimal solutions, but a bit closer to building

This commit is contained in:
DubbleClick
2025-06-23 12:57:00 +07:00
parent 955b586908
commit 7628847a46
6 changed files with 7 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ namespace SPC\builder\unix\library;
use SPC\exception\FileSystemException;
use SPC\exception\RuntimeException;
use SPC\store\FileSystem;
use SPC\util\executor\UnixAutoconfExecutor;
trait librdkafka
@@ -16,6 +17,7 @@ trait librdkafka
*/
protected function build(): void
{
FileSystem::replaceFileStr($this->source_dir . '/lds-gen.py', "funcs.append('rd_ut_coverage_check')", '');
UnixAutoconfExecutor::create($this)
->optionalLib(
'zstd',