Skip to content

Commit 3f85b2a

Browse files
committed
[msbuild] Add support for CoreMLCompilerPath
1 parent 491a897 commit 3f85b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/Xamarin.MacDev.Tasks/Tasks/CoreMLCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ int Compile (ITaskItem item, string outputDir, string log, string partialPlist)
5555
args.Add (partialPlist);
5656

5757
var executable = GetExecutable (args, ToolName, CoreMlcPath);
58-
var rv = ExecuteAsync (executable, args, sdkDevPath, mergeOutput: false).Result;
58+
var rv = ExecuteAsync (executable, args, mergeOutput: false).Result;
5959
var exitCode = rv.ExitCode;
6060
var output = rv.StandardOutput!.ToString ();
6161
File.WriteAllText (log, output);

0 commit comments

Comments
 (0)