Skip to content

Commit

Permalink
Set cmake options to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Feb 7, 2019
1 parent bcdd4c0 commit 2b91470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/mediacenter-next-osmc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ then
-DWITH_CPU=${CPU} \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
-DENABLE_INTERNAL_FLATBUFFERS=ON \
.
if [ "$1" == "rbp1" ]
then
Expand Down Expand Up @@ -274,7 +274,7 @@ then
-DWITH_CPU=${CPU} \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
-DENABLE_INTERNAL_FLATBUFFERS=ON \
.
fi
if [ "$1" == "vero2" ]; then
Expand Down Expand Up @@ -304,7 +304,7 @@ then
-DCORE_SYSTEM_NAME=linux \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=ON \
-DENABLE_INTERNAL_FLATBUFFERS=ON \
.
fi
if [ "$1" == "vero3" ]; then
Expand Down Expand Up @@ -334,7 +334,7 @@ then
-DCORE_SYSTEM_NAME=linux \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FMT=ON \
-DENABLE_INTERNAL_flatbuffers=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 2b91470

Please sign in to comment.