maliit-framework-qt6: fix task position for sed rule

This commit is contained in:
Andreas Cord-Landwehr
2024-11-25 19:56:47 +01:00
parent 9dd5814576
commit 1db4e55bbb

View File

@@ -41,7 +41,8 @@ EXTRA_OECMAKE += " \
"
# workaround for leaked host paths by glib-genmarshal
do_compile:prepend() {
# both are generated at compile time
do_compile:append() {
sed -i 's:${S}::g' ${B}/maliitmarshallers.c
sed -i 's:${S}::g' ${B}/maliitmarshallers.h
}