Make release wasn't stripping the gameplayer

(typo) 

Kent
This commit is contained in:
Kent Mein 2009-06-03 21:03:44 +00:00
parent 9b088acc67
commit 06fe5deaec

@ -176,7 +176,7 @@ endif
else
@strip -x $(DISTDIR)/blender$(EXT0)
@if [ -f $(DISTDIR)/blenderplayer$(EXTO) ]; then \
strip -x $(DISTDIR)/blender$(EXT0) ; \
strip -x $(DISTDIR)/blenderplayer$(EXT0) ; \
fi
endif
endif