Remove unnecessary build flag

master
Arrehn 2011-08-06 01:30:39 -07:00
parent 2676fe01d3
commit 6350754357
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ if [ $WANTS_CONFIG -eq $TRUE ] ; then
echo "Configuring $PLATFORM..."
if [ $WANTS_KDU -eq $TRUE ] ; then
KDU="-DUSE_KDU:BOOL=ON -D:INSTALL_PROPRIETARY=TRUE"
KDU="-DUSE_KDU:BOOL=ON"
else
KDU="-USE_KDU:BOOL=OFF"
fi