default_pre_build &&
cd $SOURCE_DIRECTORY &&

if [ "${SMGL_COMPAT_ARCHS[1]}" = x86_64 ]; then
  patch -p1 < $SPELL_DIRECTORY/fPIC.patch
fi
