mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
fix libpng mac source bug
This commit is contained in:
parent
b84c68fe11
commit
e522258693
@ -40,6 +40,7 @@ class libpng extends MacOSLibraryBase
|
|||||||
};
|
};
|
||||||
shell()->cd($this->source_dir)
|
shell()->cd($this->source_dir)
|
||||||
->exec('chmod +x ./configure')
|
->exec('chmod +x ./configure')
|
||||||
|
->exec('chmod +x ./install-sh')
|
||||||
->exec(
|
->exec(
|
||||||
"{$this->builder->configure_env} ./configure " .
|
"{$this->builder->configure_env} ./configure " .
|
||||||
"--host={$this->builder->gnu_arch}-apple-darwin " .
|
"--host={$this->builder->gnu_arch}-apple-darwin " .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user