Skip to content

Commit

Permalink
change rid from alpine-x64 to linux-musl-x64. #214
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed May 2, 2018
1 parent e46da30 commit f5bebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3503,7 +3503,7 @@ private static void gen_nuspec_e_sqlite3(string top, string root, string plat)

f.WriteStartElement("file");
f.WriteAttributeString("src", Path.Combine(root, "linux", "musl-x64", "libe_sqlite3.so"));
f.WriteAttributeString("target", "runtimes\\alpine-x64\\native\\libe_sqlite3.so");
f.WriteAttributeString("target", "runtimes\\linux-musl-x64\\native\\libe_sqlite3.so");
f.WriteEndElement(); // file

f.WriteStartElement("file");
Expand Down

1 comment on commit f5bebde

@ericsink
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments in #214

Please sign in to comment.