FIX: Build via build.sh

This commit is contained in:
Alexander Koblov 2011-02-23 10:11:38 +00:00
commit 389f80ed93

View file

@ -20,12 +20,12 @@ if [ $2 ]
then export lcl=$2
fi
if [ $lcl ]
then export DC_ARCH=$(echo "$DC_ARCH --widgetset=$lcl")
then export DC_ARCH=$(echo "--widgetset=$lcl $DC_ARCH")
fi
# Set up processor architecture
if [ $CPU_TARGET ]
then export DC_ARCH=$(echo "$DC_ARCH --cpu=$CPU_TARGET")
then export DC_ARCH=$(echo "--cpu=$CPU_TARGET $DC_ARCH")
fi
build_default()