default_pre_build &&
cd $SOURCE_DIRECTORY &&

if [ $TR_CHINESE == y ]; then
  patch -p1 < $SPELL_DIRECTORY/chinese.patch
fi
