mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add config to support building using dev containers
Tested with CLion and Podman on Fedora Kinoite 43.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "libloot (Linux, MinGW cross-compile)",
|
||||
"build": {
|
||||
"dockerfile": "./Dockerfile"
|
||||
},
|
||||
"runArgs": [
|
||||
"--userns=keep-id",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user