mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@703 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user