diff --git a/gen_lib_nuspecs/Program.cs b/gen_lib_nuspecs/Program.cs index c858b4c0..31f803ca 100644 --- a/gen_lib_nuspecs/Program.cs +++ b/gen_lib_nuspecs/Program.cs @@ -418,6 +418,7 @@ XmlWriter f write_nuspec_file_entry_native_linux(lib, "mips64", "linux-mips64", f); write_nuspec_file_entry_native_linux(lib, "s390x", "linux-s390x", f); + write_nuspec_file_entry_native_linux(lib, "ppc64le", "linux-ppc64le", f); write_nuspec_file_entry_native_wasm(lib, TFM.NET60, f); write_nuspec_file_entry_native_wasm(lib, TFM.NET70, f); @@ -692,6 +693,7 @@ private static void gen_nuget_props(string dest, WhichLib lib) write_nuget_prop_item("linux-x64", lib, f); write_nuget_prop_item("linux-mips64", lib, f); write_nuget_prop_item("linux-s390x", lib, f); + write_nuget_prop_item("linux-ppc64le", lib, f); f.WriteEndElement(); // PropertyGroup f.WriteEndElement(); // Project