We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a1fd4 commit 955b586Copy full SHA for 955b586
src/SPC/builder/unix/library/liblz4.php
@@ -21,7 +21,7 @@ protected function build(): void
21
->exec("make PREFIX='' clean")
22
->exec("make lib -j{$this->builder->concurrency} PREFIX=''");
23
24
- FileSystem::replaceFileStr($this->source_dir . '/Makefile', '$(MAKE) -C \$(PRGDIR)', '');
+ FileSystem::replaceFileStr($this->source_dir . '/Makefile', '$(MAKE) -C $(PRGDIR) $@', '');
25
26
shell()->cd($this->source_dir)
27
->exec("make install PREFIX='' DESTDIR=" . BUILD_ROOT_PATH);
0 commit comments