Fix link errors against libgtestlib.a

This commit is contained in:
Peng Huang 2013-10-07 14:12:16 -04:00 committed by Nigel Stewart
parent 3ee1fc7b8d
commit 5b03d0332b

View file

@ -46,9 +46,6 @@ lib/$(SYSTEM)/$(GTEST.STATIC): $(GTEST.OBJS)
ifneq ($(RANLIB),)
$(LOG_RANLIB)$(RANLIB) $@
endif
ifneq ($(STRIP),)
$(LOG_STRIP)$(STRIP) -x $@
endif
endif
endif