if [[ $OPENAL_VERSION == snapshot ]]; then
  cd linux
elif [[ $OPENAL_VERSION == scm ]]; then
  cd OpenAL-Sample
fi  &&
default_build
