git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@703 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 10:48:08 +00:00
parent fd743825e7
commit 1792b95516
25 changed files with 17743 additions and 17752 deletions

View File

@@ -67,8 +67,8 @@ my @features_keys = (
);
foreach my $l (@ARGV) {
if($l =~ /^--with-([^=]+)=(.+)$/){
param_set($1, $2);
if ($l =~ /^--with-([^=]+)=(.+)$/) {
param_set($1, $2);
}
elsif ($l =~ /^--(?:with|enable)-(.+)$/) {
param_set($1, 1);