Skip to content

Commit

Permalink
Add support for linux-musl-s390x target
Browse files Browse the repository at this point in the history
  • Loading branch information
uweigand committed Nov 13, 2023
1 parent 20dd316 commit 0c80537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen_lib_nuspecs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ XmlWriter f
write_nuspec_file_entry_native_linux(lib, "musl-x64", "linux-musl-x64", f);
write_nuspec_file_entry_native_linux(lib, "musl-armhf", "linux-musl-arm", f);
write_nuspec_file_entry_native_linux(lib, "musl-arm64", "linux-musl-arm64", f);
write_nuspec_file_entry_native_linux(lib, "musl-s390x", "linux-musl-s390x", f);

write_nuspec_file_entry_native_linux(lib, "mips64", "linux-mips64", f);
write_nuspec_file_entry_native_linux(lib, "s390x", "linux-s390x", f);
Expand Down

0 comments on commit 0c80537

Please sign in to comment.