We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1543122 commit fc319cdCopy full SHA for fc319cd
1 file changed
scripts/build.sh
@@ -11,7 +11,7 @@ usage() {
11
echo " -b [release]|debug build type"
12
echo " -c [gcc]|clang compiler to use"
13
echo " -m [meson]|muon use meson or muon"
14
- echo " -t [arm]|ppc64le|s390x cross compile target"
+ echo " -t [armhf]|ppc64le|s390x cross compile target"
15
echo ""
16
echo "configs with meson:"
17
echo " [default] default settings"
@@ -27,7 +27,7 @@ usage() {
27
BUILDTOOL=meson
28
MESON=meson
29
BUILDTYPE=release
30
-CROSS_TARGET=arm
+CROSS_TARGET=armhf
31
CC=${CC:-"gcc"}
32
33
while getopts "b:c:m:t:" o; do
@@ -102,7 +102,6 @@ build_meson() {
102
103
test_meson() {
104
"${MESON}" test \
105
- --verbose \
106
-C "${BUILDDIR}"
107
}
108
0 commit comments