simpler patch

This commit is contained in:
henderkes
2026-05-05 14:49:46 +07:00
parent a38fd23d5d
commit b4e7080b6f

View File

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