Skip to content

Commit

Permalink
fix: skia target
Browse files Browse the repository at this point in the history
  • Loading branch information
arqueror committed Jan 3, 2023
1 parent 8f794c0 commit a79184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI.Toolkit/Storage/StorageFileHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private static Task<bool> FileExistsInPackage(string fileName)
=> throw new NotImplementedException();
#endif

#if __SKIA || WINDOWS || WINDOWS_UWP || WINUI
#if __SKIA__ || WINDOWS || WINDOWS_UWP || WINUI
private static Task<bool> FileExistsInPackage(string fileName)
{
var executingPath = Assembly.GetExecutingAssembly().Location;
Expand Down

0 comments on commit a79184a

Please sign in to comment.