vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`_PackNativeAssets` should not use `RuntimeIdentifiers` unconditionally

alexrp opened this issue · comments

<ItemGroup>
<_RuntimeIdentifiers Include="$(RuntimeIdentifiers)" />
</ItemGroup>

It is possible to have a project with just the singular RuntimeIdentifier set and no RuntimeIdentifiers at all. _PackNativeAssets should handle this case properly.