mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
more patching, xml still not working though
This commit is contained in:
parent
f47daac3cc
commit
fa285ecc82
@ -37,5 +37,6 @@ trait gettext
|
||||
->execWithEnv('make clean')
|
||||
->execWithEnv("make -j{$this->builder->concurrency}")
|
||||
->execWithEnv('make install');
|
||||
$this->patchLaDependencyPrefix(['libintl.la']);
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,5 +30,6 @@ trait libiconv
|
||||
if (file_exists(BUILD_BIN_PATH . '/iconv')) {
|
||||
unlink(BUILD_BIN_PATH . '/iconv');
|
||||
}
|
||||
$this->patchLaDependencyPrefix(['libiconv.la']);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user