Skip to content

Commit

Permalink
Fixup typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Feb 6, 2019
1 parent 10ffeb9 commit bcdd4c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package/mediacenter-next-osmc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ then
-DCORE_PLATFORM_NAME=gbm \
-DWITH_CPU=${CPU} \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON
-DENABLE_INTERNAL_flatbuffers=ON
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
.
if [ "$1" == "rbp1" ]
then
Expand Down Expand Up @@ -273,8 +273,8 @@ then
-DWITH_ARCH=arm \
-DWITH_CPU=${CPU} \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON
-DENABLE_INTERNAL_flatbuffers=ON
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
.
fi
if [ "$1" == "vero2" ]; then
Expand Down Expand Up @@ -303,8 +303,8 @@ then
-DCORE_PLATFORM_NAME=aml \
-DCORE_SYSTEM_NAME=linux \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON
-DENABLE_INTERNAL_flatbuffers=ON
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
.
fi
if [ "$1" == "vero3" ]; then
Expand Down Expand Up @@ -333,8 +333,8 @@ then
-DCORE_PLATFORM_NAME=aml \
-DCORE_SYSTEM_NAME=linux \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON
-DENABLE_INTERNAL_flatbuffers=ON
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
.
fi
if [ $? != 0 ]; then echo -e "Configure failed!" && umount /proc/ > /dev/null 2>&1 && exit 1; fi
Expand Down

0 comments on commit bcdd4c0

Please sign in to comment.