Skip to content

Commit 955b586

Browse files
committed
fix lz4
1 parent 32a1fd4 commit 955b586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/liblz4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function build(): void
2121
->exec("make PREFIX='' clean")
2222
->exec("make lib -j{$this->builder->concurrency} PREFIX=''");
2323

24-
FileSystem::replaceFileStr($this->source_dir . '/Makefile', '$(MAKE) -C \$(PRGDIR)', '');
24+
FileSystem::replaceFileStr($this->source_dir . '/Makefile', '$(MAKE) -C $(PRGDIR) $@', '');
2525

2626
shell()->cd($this->source_dir)
2727
->exec("make install PREFIX='' DESTDIR=" . BUILD_ROOT_PATH);

0 commit comments

Comments
 (0)