Skip to content

Commit 7e077d7

Browse files
authored
Merge pull request #525 from alhad-deshpande/master
Add support for linux-ppc64le target
2 parents 48346e1 + 0772291 commit 7e077d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gen_lib_nuspecs/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ XmlWriter f
418418

419419
write_nuspec_file_entry_native_linux(lib, "mips64", "linux-mips64", f);
420420
write_nuspec_file_entry_native_linux(lib, "s390x", "linux-s390x", f);
421+
write_nuspec_file_entry_native_linux(lib, "ppc64le", "linux-ppc64le", f);
421422

422423
write_nuspec_file_entry_native_wasm(lib, TFM.NET60, f);
423424
write_nuspec_file_entry_native_wasm(lib, TFM.NET70, f);
@@ -692,6 +693,7 @@ private static void gen_nuget_props(string dest, WhichLib lib)
692693
write_nuget_prop_item("linux-x64", lib, f);
693694
write_nuget_prop_item("linux-mips64", lib, f);
694695
write_nuget_prop_item("linux-s390x", lib, f);
696+
write_nuget_prop_item("linux-ppc64le", lib, f);
695697
f.WriteEndElement(); // PropertyGroup
696698

697699
f.WriteEndElement(); // Project

0 commit comments

Comments
 (0)