mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
libstore: add C bindings
This commit is contained in:
parent
4702317506
commit
1d41600498
4 changed files with 248 additions and 0 deletions
|
@ -404,6 +404,7 @@ void assertLibStoreInitialized() {
|
|||
}
|
||||
|
||||
void initLibStore() {
|
||||
if (initLibStoreDone) return;
|
||||
|
||||
initLibUtil();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue