default_pre_build &&
cd $SOURCE_DIRECTORY &&

# I keep asking myself why does a threading lib need to be marked as
# multi-threaded in it's name. It boggles the mind.
if [[ -f $INSTALL_ROOT/usr/lib/libboost_thread-mt.so ]]; then
  sedit "s#boost_thread#boost_thread-mt#g" setup.py
fi
