summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2022-03-12 12:51:45 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-03-14 15:17:09 +0000
commit0c383c8050de57d65616daf037cd0c635137877a (patch)
tree3ca5389be97f08997013b365f99d029402a4b3de /ci
parent3481ddc2ce757479342eb6f957c9ef49144c30f7 (diff)
ci: use mingw_perl_prefix from the image
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/827>
Diffstat (limited to 'ci')
-rwxr-xr-xci/cerbero_setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/cerbero_setup.sh b/ci/cerbero_setup.sh
index ed07377a..dbf05bb3 100755
--- a/ci/cerbero_setup.sh
+++ b/ci/cerbero_setup.sh
@@ -95,6 +95,7 @@ cerbero_before_script() {
echo "home_dir = \"$(pwd_native)/${CERBERO_HOME}\"" > localconf.cbc
echo "local_sources = \"$(pwd_native)/${CERBERO_SOURCES}\"" >> localconf.cbc
+ echo "mingw_perl_prefix = \"${CERBERO_HOST_DIR}/cerbero-build/mingw/perl\"" >> localconf.cbc
if [[ $CONFIG == win??.cbc ]] || [[ $CONFIG =~ uwp ]] ; then
# Visual Studio 2019 build tools install path
echo 'vs_install_path = "C:/BuildTools"' >> localconf.cbc