summaryrefslogtreecommitdiff
path: root/ci/cerbero_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cerbero_setup.sh')
-rwxr-xr-xci/cerbero_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cerbero_setup.sh b/ci/cerbero_setup.sh
index 7c558ef8..509e1bd6 100755
--- a/ci/cerbero_setup.sh
+++ b/ci/cerbero_setup.sh
@@ -67,7 +67,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
+ echo "mingw_perl_prefix = \"${CERBERO_HOST_DIR}/${CERBERO_HOME}/mingw/perl\"" >> localconf.cbc
if [[ $CONFIG == win??.cbc ]] || [[ $CONFIG =~ uwp ]] ; then
# Visual Studio 2022 build tools install path
echo 'vs_install_path = "C:/BuildTools"' >> localconf.cbc