Commit dd6e2ed0 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

Fix contribs in case we do NOT cross compile

parent cf1ebbfb
......@@ -65,6 +65,11 @@ ifneq ($(AR),)
HOSTCC+= AR="$(AR)"
endif
# Define ranlib on non-cross compilation setups
ifeq ($(RANLIB),)
RANLIB=ranlib
endif
# For libebml/libmatroska. Grrr.
ifneq ($(AR),)
HOSTCC2=$(HOSTCC) AR="$(AR) rcvu"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment