X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcoreclr%2Fhosts%2Fcorerun%2Fcorerun.cpp;h=b377b0f02f8f3d2030cd750d82f327273b17dfc7;hb=61c2e4383e583dd8683260f612f3a4f0c01c53e6;hp=b3f2c867c3032cbb4359bf8093c20e55283487cb;hpb=aa238bacf700fbd851af29e6c04b6dca2ddfacb0;p=platform%2Fupstream%2Fdotnet%2Fruntime.git diff --git a/src/coreclr/hosts/corerun/corerun.cpp b/src/coreclr/hosts/corerun/corerun.cpp index b3f2c86..b377b0f 100644 --- a/src/coreclr/hosts/corerun/corerun.cpp +++ b/src/coreclr/hosts/corerun/corerun.cpp @@ -534,7 +534,7 @@ static bool parse_args( // Tizen/armel. So we need to skip dotnet specific arguments, we patch corerun for it because // Microsoft.DotNet.RemoteExecutor tries to execute binary that it gets from /proc/self/maps, so we // need a binary that will behave like dotnet. - else if (pal::strcmp(option, W("--runtimeconfig")) == 0 || pal::strcmp(option, W("--depsfile")) == 0) + else if (pal::strcmp(option, W("runtimeconfig")) == 0 || pal::strcmp(option, W("depsfile")) == 0) { i++; continue;