Add static build

This commit is contained in:
2026-05-18 21:25:28 +09:00
parent 690d5601de
commit ff0c6adf94
3 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -35,8 +35,9 @@
enableInteractive;
};
in {
# "sqlite-amalgamation${result.suffix}" = result.amalgamation;
"sqlite-amalgamation${result.suffix}" = result.amalgamation;
"sqlite${result.suffix}" = result.sqlite;
"sqlite-static${result.suffix}" = result.sqlite-static;
}) productVars));
};
}