mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 11:25:35 +08:00
god
This commit is contained in:
@@ -31,10 +31,9 @@ trait unixodbc
|
|||||||
'--enable-gui=no',
|
'--enable-gui=no',
|
||||||
);
|
);
|
||||||
|
|
||||||
FileSystem::replaceFileStr(
|
file_put_contents(
|
||||||
"{$this->source_dir}/Makefile",
|
"{$this->source_dir}/exe/Makefile",
|
||||||
"\texe \\\n",
|
".PHONY: all install clean check distclean install-strip\nall install clean check distclean install-strip:\n\t@true\n",
|
||||||
'',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$make->make();
|
$make->make();
|
||||||
|
|||||||
Reference in New Issue
Block a user