libraries/SDL_sound: Allow VERSION override from environment.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-20 04:07:11 -04:00 committed by David Spencer
parent 597b524fb0
commit bd7ac5c766
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SDL_sound
VERSION=1.0.3
VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}