Skip to content

Commit

Permalink
gstreamer-meson.eclass: fix UnquotedVariable of BUILD_DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Sep 12, 2022
1 parent 6e92274 commit 32ceeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/gstreamer-meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ gstreamer_multilib_src_compile() {

# https://github.com/ninja-build/ninja/issues/1251
# https://github.com/ninja-build/ninja/issues/1330
build_dir=$(readlink -f ${BUILD_DIR})
build_dir=$(readlink -f "${BUILD_DIR}")

plugin_path="${plugin%%:*}"
eninja "${plugin_path/"${build_dir}/"/}"
Expand Down

0 comments on commit 32ceeb8

Please sign in to comment.