summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-05-28 10:01:18 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-28 10:01:18 +0200
commitc9e4c066789b5a25ba2b178fae8e6d3a23d3506f (patch)
treec994579fa09156be776607503c201fd8ba942462
parent92455d42a063229338247a3b21ba0c4a06d43bfe (diff)
downloadefl-devs/stefan/mingw-cross.tar.gz
CI: disable cxx bindings on native bootstrap build for mingwdevs/stefan/mingw-cross
This has been enabled in commit 5894d384f26b5ebd192eb3e659265e4f6c639272 by accident when we enabled it on other builds again. We do not need it for the mingw cross setup and should keep this build minimal and fast. Spotted by Marcel Hollerbach.
-rwxr-xr-x.ci/bootstrap-efl-native-for-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/bootstrap-efl-native-for-cross.sh b/.ci/bootstrap-efl-native-for-cross.sh
index f4d7be0229..e077c1ae2e 100755
--- a/.ci/bootstrap-efl-native-for-cross.sh
+++ b/.ci/bootstrap-efl-native-for-cross.sh
@@ -1,7 +1,7 @@
#!/bin/sh
mkdir build-bootstrap-native
-meson --prefix=/usr/ --libdir=/usr/lib -Dbuild-examples=false -Dbuild-tests=false -Dbindings=cxx build-bootstrap-native
+meson --prefix=/usr/ --libdir=/usr/lib -Dbuild-examples=false -Dbuild-tests=false -Dbindings= build-bootstrap-native
ninja -C build-bootstrap-native install
rm -rf build-bootstrap-native
ldconfig