docs: fix mkosi section for Environment= setting

This commit is contained in:
Yu Watanabe
2025-04-16 08:30:25 +09:00
parent a0fa3f1616
commit f477751b10

View File

@@ -18,7 +18,7 @@ compiler you want to use and which part of the test suite you want to run.
To build with sanitizers in mkosi, create a file `mkosi/mkosi.local.conf` and add the following contents:
```
[Content]
[Build]
Environment=SANITIZERS=address,undefined
```