mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
simpler patch
This commit is contained in:
@@ -31,10 +31,10 @@ trait unixodbc
|
|||||||
'--enable-gui=no',
|
'--enable-gui=no',
|
||||||
);
|
);
|
||||||
|
|
||||||
FileSystem::replaceFileRegex(
|
FileSystem::replaceFileStr(
|
||||||
"{$this->source_dir}/Makefile",
|
"{$this->source_dir}/Makefile",
|
||||||
'/^(SUBDIRS\s*=\s*[^\n]*)\bexe\b\s*/m',
|
"\texe \\\n",
|
||||||
'$1'
|
'',
|
||||||
);
|
);
|
||||||
|
|
||||||
$make->make();
|
$make->make();
|
||||||
|
|||||||
Reference in New Issue
Block a user