Commit 1b110870 authored by Lucas Russo's avatar Lucas Russo

ci_build.sh: fix extra flags command-line passing

parent 6fc2a8be
......@@ -61,4 +61,4 @@ git clone --branch=${MALAMUTE_VER} git://github.com/lnls-dig/malamute.git &&
( cd malamute; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" &&
make check && make install ) || exit 1
./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $LIBS_LINK -x "${BPM_OPTS[@]}"
./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $LIBS_LINK -x "'${BPM_OPTS[@]}'"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment