fix libpng mac source bug

This commit is contained in:
crazywhalecc 2023-07-20 01:15:05 +08:00
parent b84c68fe11
commit e522258693
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -40,6 +40,7 @@ class libpng extends MacOSLibraryBase
};
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}-apple-darwin " .