File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ endif
183183
184184# If not specified by environment, use steam runtime compilers + in-tree ccache
185185ifneq ($(filter default undefined,$(origin AR ) ) ,)
186- AR = $(STEAM_RUNTIME_PATH)/bin/ar rcs
186+ AR = $(STEAM_RUNTIME_PATH)/bin/ar crs
187187endif
188188ifneq ($(filter default undefined,$(origin CC ) ) ,)
189189 CC = $(CCACHE) $(STEAM_RUNTIME_PATH)/bin/gcc$(GCC_VER)
@@ -540,7 +540,7 @@ ifneq "$(OUTPUTFILE)" ""
540540endif
541541
542542$(LIB_File ) : $(OTHER_DEPENDENCIES ) $(OBJS )
543- $(QUIET_PREFIX ) $(AR ) rcs $(LIB_File ) $(OBJS ) $(LIBFILES ) ;
543+ $(QUIET_PREFIX ) $(AR ) $(LIB_File ) $(OBJS ) $(LIBFILES ) ;
544544 $(QUIET_PREFIX ) -$(P4_EDIT_START ) $(LIB_File ) $(P4_EDIT_END ) ;
545545 $(SHELL ) -c " $( POSTBUILDCOMMAND) "
546546
You can’t perform that action at this time.
0 commit comments