This commit is contained in:
henderkes
2026-05-05 15:41:04 +07:00
parent 91290667e4
commit 5d4bb273ee

View File

@@ -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();