fix build with latest Lix

Commit 8088927b90ff84dd37c342e1ef0a91bc8feca6ec renamed initGC to initLibExpr.
Use the new name so that the build works again.
This commit is contained in:
alois31 2024-11-16 20:14:39 +01:00
parent b9e0abe9e6
commit bbbebaf380
Signed by untrusted user: alois31
GPG key ID: E0F59EA5E5216914

View file

@ -344,7 +344,7 @@ int main(int argc, char **argv) {
return handleExceptions(argv[0], [&]() {
initNix();
initGC();
initLibExpr();
myArgs.parseArgs(argv, argc);