diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-02-20 16:52:16 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-02-21 08:56:13 +0100 |
commit | b1217ede65b7f9398b3a27dda4ba19d347ce7c72 (patch) | |
tree | 0b9fdc5486ab06ac2d336195e14325e9b56d83e9 /.ci | |
parent | 100a5b210d87c339d4f51e6efd4d6af1bb30cdbe (diff) |
ci: host binaries have moved to a new path
this fixes ci
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/ci-configure.sh | 4 |
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 | |||
78 | RELEASE_READY_LINUX_COPTS=" --with-profile=release" | 78 | RELEASE_READY_LINUX_COPTS=" --with-profile=release" |
79 | 79 | ||
80 | MINGW_COPTS=" --prefix=/ewpi-64-install --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/bin/eolian_gen \ | 80 | MINGW_COPTS=" --prefix=/ewpi-64-install --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/bin/eolian_gen \ |
81 | --with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \ | 81 | --with-edje-cc=/usr/bin/edje_cc --with-eet-eet=/usr/bin/eet \ |
82 | --with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \ | 82 | --with-bin-elm-prefs-cc=/usr/bin/elm_prefs_cc \ |
83 | --disable-static --with-tests=regular --with-crypto=openssl \ | 83 | --disable-static --with-tests=regular --with-crypto=openssl \ |
84 | --disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \ | 84 | --disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \ |
85 | --disable-librsvg --disable-pulseaudio --disable-cxx-bindings" | 85 | --disable-librsvg --disable-pulseaudio --disable-cxx-bindings" |