Files
Oliver Hamlet 388b7fdf7d Add config to support building using dev containers
Tested with CLion and Podman on Fedora Kinoite 43.
2026-02-03 08:53:41 +00:00

10 lines
149 B
JSON

{
"name": "libloot (Linux, MinGW cross-compile)",
"build": {
"dockerfile": "./Dockerfile"
},
"runArgs": [
"--userns=keep-id",
],
}