bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b1217ede65b7f9398b3a27dda4ba19d347ce7c72
commit b1217ede65b7f9398b3a27dda4ba19d347ce7c72 Author: Marcel Hollerbach <[email protected]> Date: Wed Feb 20 16:52:16 2019 +0100 ci: host binaries have moved to a new path this fixes ci --- .ci/ci-configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index b2a7a03f26..df52625761 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -78,8 +78,8 @@ else RELEASE_READY_LINUX_COPTS=" --with-profile=release" MINGW_COPTS=" --prefix=/ewpi-64-install --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/bin/eolian_gen \ - --with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \ - --with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \ + --with-edje-cc=/usr/bin/edje_cc --with-eet-eet=/usr/bin/eet \ + --with-bin-elm-prefs-cc=/usr/bin/elm_prefs_cc \ --disable-static --with-tests=regular --with-crypto=openssl \ --disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \ --disable-librsvg --disable-pulseaudio --disable-cxx-bindings" --
