Skip to content

Commit

Permalink
fix libpng build bug for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jul 27, 2023
1 parent 6d4755d commit 50632f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SPC/builder/linux/library/libpng.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function build()

shell()->cd($this->source_dir)
->exec('chmod +x ./configure')
->exec('chmod +x ./install-sh')
->exec(
"{$this->builder->configure_env} ./configure " .
"--host={$this->builder->gnu_arch}-unknown-linux " .
Expand Down

0 comments on commit 50632f6

Please sign in to comment.