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
183
183
184
184
# If not specified by environment, use steam runtime compilers + in-tree ccache
185
185
ifneq ($(filter default undefined,$(origin AR ) ) ,)
186
- AR = $(STEAM_RUNTIME_PATH)/bin/ar crs
186
+ AR = $(STEAM_RUNTIME_PATH)/bin/ar
187
187
endif
188
188
ifneq ($(filter default undefined,$(origin CC ) ) ,)
189
189
CC = $(CCACHE) $(STEAM_RUNTIME_PATH)/bin/gcc$(GCC_VER)
@@ -540,7 +540,7 @@ ifneq "$(OUTPUTFILE)" ""
540
540
endif
541
541
542
542
$(LIB_File ) : $(OTHER_DEPENDENCIES ) $(OBJS )
543
- $(QUIET_PREFIX ) $(AR ) $(LIB_File ) $(OBJS ) $(LIBFILES ) ;
543
+ $(QUIET_PREFIX ) $(AR ) crs $(LIB_File ) $(OBJS ) $(LIBFILES ) ;
544
544
$(QUIET_PREFIX ) -$(P4_EDIT_START ) $(LIB_File ) $(P4_EDIT_END ) ;
545
545
$(SHELL ) -c " $( POSTBUILDCOMMAND) "
546
546
You can’t perform that action at this time.
0 commit comments