mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-08 15:15:33 +01:00
build: Allow specifying extra object files when linking HOSTPROGS
This commit is contained in:
@@ -42,7 +42,7 @@ $(HOSTOBJS): %.o: %.c
|
||||
$(call COMPILE,HOSTCC)
|
||||
|
||||
$(HOSTPROGS): %$(HOSTEXESUF): %.o
|
||||
$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $< $(HOSTLIBS)
|
||||
$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $^ $(HOSTLIBS)
|
||||
|
||||
$(OBJS): | $(sort $(dir $(OBJS)))
|
||||
$(HOBJS): | $(sort $(dir $(HOBJS)))
|
||||
|
||||
Reference in New Issue
Block a user