Skip to content

Commit

Permalink
Merge pull request #572 from uweigand/linux-musl-s390x
Browse files Browse the repository at this point in the history
Add support for linux-musl-s390x target
  • Loading branch information
ericsink authored Nov 15, 2023
2 parents ac49cdd + 0c80537 commit 643cb69
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 643cb69

Please sign in to comment.