Skip to content

Commit b14eb54

Browse files
committed
Quote response file path
1 parent c40cd7d commit b14eb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Utilities/NativeLinker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public bool Link (ITaskItem outputLibraryPath, List<ITaskItem> linkItems, List<I
189189
sw.Flush ();
190190

191191
var ldArgs = new List<string> {
192-
$"@{respFilePath}",
192+
$"@{MonoAndroidHelper.QuoteFileNameArgument (respFilePath)}",
193193
"-o",
194194
MonoAndroidHelper.QuoteFileNameArgument (outputLibraryPath.ItemSpec)
195195
};

0 commit comments

Comments
 (0)