Jan
Jan
Ran into an issue where none of the movie cutscenes (not the in-game one) were working on my Laptop but worked just fine on my Desktop and the Steam Deck...
What rpaths does the binary have?
Okay, so this isn't an issue about dealing with the Nix constructs (e.g. NIXLDFLAGS) but with disabling each_lib_rpath on native systems. I don't know a good way forward, perhaps storing...
should be fixed by #16062 alternative solutions are also welcome, getting rid of obstructive rpaths has now caused problems on a specific setup for the second time.
`libstdc++` appears to be a special case since that appears to be handled by the build.zig
Its possible that one of those is a direct dependency and one is an indirect dependency of somethinge else.
I'm fine with being pinged. Already PR'd a fix for 16203 but am unsure how the requested behavior should look like (plus I think this is a feature request /...
> This sounds like something, for which a standalone test would be nice to see what stuff is handled and what edge cases not. Agreed, though should it just handle...
variable substition with `@VAR@` and `${VAR}` is now implemented. Its been separated into a function since #15017 could reuse this. Tests will come next.
CI failure was expected, because I didn't `zig fmt`. I made a standalone test, but I am unsure how to read the resulting config header, since it is only known...