Skip to content

Commit

Permalink
Fix build failure at NativeAotFixUp if IntermediateOutputPath is over…
Browse files Browse the repository at this point in the history
…ridden as absolute path
  • Loading branch information
driver1998 committed Aug 11, 2024
1 parent 3ac2565 commit 0631c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModernXamlCompiler/ModernXamlCompiler.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<PackageId>DisposableMemory.ModernNetUAP.XamlCompiler</PackageId>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Authors>driver1998</Authors>
<Description>UWP (Windows.UI.Xaml) Xaml Compiler support for Modern .NET</Description>
<PackageProjectUrl>https://github.com/driver1998/ModernNetUAP.XamlCompiler</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!-- Apply fixes to XAML compiler generated code and make them AOT-safe -->
<Target Name="XamlCompilePass2NativeAotFixUp" AfterTargets="XamlCompilePass2AfterReferenceWrap">
<NativeAotFixUp ObjDirectory="$(ProjectDir)$(IntermediateOutputPath)"></NativeAotFixUp>
<NativeAotFixUp ObjDirectory="$(IntermediateOutputPath)"></NativeAotFixUp>
</Target>

</Project>

0 comments on commit 0631c00

Please sign in to comment.