harfbuzz: missing backslash

This commit is contained in:
Jérôme Duval
2026-01-29 18:54:45 +01:00
parent 212f469597
commit 2146831741

View File

@@ -131,7 +131,7 @@ BUILD()
-Dgobject=enabled \
-Ddocs=enabled \
-Dtests=disabled \
-Dcpp_std=c++17
-Dcpp_std=c++17 \
haiku_build
ninja -C haiku_build $jobArgs
}