Explicitly disable "Prefer System Libraries" from installer script?

Hi. I’m making an installer for a game that needs “prefer system libraries” to be disabled, and I’m trying to add it to the script since I know that feature is enabled by default. However that particular option does not seem to be documented on installers.rst. I’ve already set disable_runtime: ‘false’.

Right now I have prefer_system_libraries: ‘false’ just as an example but I don’t think that’s it. I can’t seem to install the .yaml with lutris -i for whatever reason so I can’t exactly test if that really is the name of it.

Directives such as disable_runtime and prefer_system_libraries shouldn’t go in scripts. Those are local issues and most users do not experience them.