internal/rosa: remove redundant meson flags

These have no effect.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-15 20:18:34 +09:00
parent f9c31df94d
commit 49b6526a38
2 changed files with 0 additions and 3 deletions

View File

@@ -26,10 +26,8 @@ echo 'int main(){}' > tests/sanity-test.c
cd "$(mktemp -d)"
meson setup \
--reconfigure \
--buildtype=release \
--prefix=/system \
--prefer-static \
-Ddocumentation=false \
-Dtests=true \
-Ddefault_library=both \