forked from rosa/hakurei
internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -14,10 +14,10 @@ package fuse {
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Ddefault_library": "both";
|
||||
"Dtests": "true";
|
||||
"Duseroot": "false";
|
||||
"Dinitscriptdir": "/system/etc";
|
||||
"default_library": "both";
|
||||
"tests": "true";
|
||||
"useroot": "false";
|
||||
"initscriptdir": "/system/etc";
|
||||
};
|
||||
|
||||
postCompile = "python3 -m pytest test/";
|
||||
|
||||
Reference in New Issue
Block a user