Skip to content

Commit

Permalink
Create native NuGet packages for linux-arm64. (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored Nov 22, 2024
1 parent d3fed3e commit dad4b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nuget/GenerateNuGetPackages.proj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<NativePlatform Include="linux-x86_64" RuntimeId="linux-x64" LibraryPath="lib/libtiledb.so" />
<NativePlatform Include="linux-arm64" RuntimeId="linux-arm64" LibraryPath="lib/libtiledb.so" />
<NativePlatform Include="macos-x86_64" RuntimeId="osx-x64" LibraryPath="lib/libtiledb.dylib" />
<NativePlatform Include="macos-arm64" RuntimeId="osx-arm64" LibraryPath="lib/libtiledb.dylib" />
<NativePlatform Include="windows-x86_64" RuntimeId="win-x64" LibraryPath="bin/tiledb.dll" ArchiveExtension="zip" />
Expand Down

0 comments on commit dad4b23

Please sign in to comment.