Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperk81 authored Sep 21, 2024
1 parent 4103c9b commit 73a8826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen_lib_nuspecs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ XmlWriter f
write_nuspec_file_entry_native_linux(lib, "armhf", "linux-arm", f);
write_nuspec_file_entry_native_linux(lib, "armsf", "linux-armel", f);
write_nuspec_file_entry_native_linux(lib, "arm64", "linux-arm64", f);
write_nuspec_file_entry_native_linux(lib, "s390x", "linux-s390x", f);
write_nuspec_file_entry_native_linux(lib, "riscv64", "linux-riscv64", f);
write_nuspec_file_entry_native_linux(lib, "mips64", "linux-mips64", f);
write_nuspec_file_entry_native_linux(lib, "ppc64le", "linux-ppc64le", f);
Expand Down Expand Up @@ -758,6 +759,7 @@ private static void gen_nuget_props(string dest, WhichLib lib)
write_nuget_prop_item("linux-mips64", lib, f);
write_nuget_prop_item("linux-s390x", lib, f);
write_nuget_prop_item("linux-ppc64le", lib, f);
write_nuget_prop_item("linux-riscv64", lib, f);
f.WriteEndElement(); // PropertyGroup

f.WriteEndElement(); // Project
Expand Down

0 comments on commit 73a8826

Please sign in to comment.