Skip to content

Commit

Permalink
run cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Oct 1, 2023
1 parent 2f0763f commit f7f102f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SPC/builder/linux/LinuxBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function __construct(array $options = [])
$compiler_prefix = match (arch2gnu(php_uname('m'))) {
'x86_64' => 'x86_64-linux-musl-',
'aarch64' => 'aarch64-linux-musl-',
default => ''
};
$this->setOptionIfNotExist('library_path', '/usr/local/musl/lib:/usr/local/musl/' . substr($compiler_prefix, 0, -1) . '/lib');
$this->setOptionIfNotExist('cc', "{$compiler_prefix}gcc");
Expand Down

0 comments on commit f7f102f

Please sign in to comment.