Made it so blenderplayer is stripped if it exists as well as just blender.
(I skipped it on OSX not sure where blenderplayer is in that instance, someone on the platform should be able to figure it out though.) Kent
This commit is contained in:
@@ -165,6 +165,9 @@ endif
|
||||
@strip -x $(DISTDIR)/blender$(EXT0)/Contents/MacOS/blender
|
||||
else
|
||||
@strip -x $(DISTDIR)/blender$(EXT0)
|
||||
@if [ -f $(DISTDIR)/blenderplayer$(EXTO) ]; then \
|
||||
strip -x $(DISTDIR)/blender$(EXT0) ; \
|
||||
fi
|
||||
endif
|
||||
endif
|
||||
@[ ! -x $(CONFIG_GUESS)/specific.sh ] || (\
|
||||
|
||||
Reference in New Issue
Block a user