libexecinfo: fix building statically

This commit is contained in:
Matthew Bauer
2020-06-08 17:47:51 -05:00
parent c86af902f4
commit a9924d7ab8
2 changed files with 11 additions and 2 deletions
+2
View File
@@ -274,4 +274,6 @@ in {
libev = super.libev.override { static = true; };
libexecinfo = super.libexecinfo.override { enableShared = false; };
}