summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-02-20 16:52:16 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-02-21 08:56:13 +0100
commitb1217ede65b7f9398b3a27dda4ba19d347ce7c72 (patch)
tree0b9fdc5486ab06ac2d336195e14325e9b56d83e9 /.ci
parent100a5b210d87c339d4f51e6efd4d6af1bb30cdbe (diff)
downloadefl-b1217ede65b7f9398b3a27dda4ba19d347ce7c72.tar.gz
ci: host binaries have moved to a new path
this fixes ci
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh4
1 files 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"