contrib: main.mak: export OBJC compiler

Otherwise, the value is not exported to meson crossfile.
This commit is contained in:
Alexandre Janniaux 2023-01-11 17:35:19 +01:00 committed by Jean-Baptiste Kempf
parent afe48ba5e8
commit 82f1ac624d
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ PIC := -fPIC
endif
HOSTTOOLS := \
CC="$(CC)" CXX="$(CXX)" LD="$(LD)" \
CC="$(CC)" CXX="$(CXX)" OBJC="$(OBJC)" LD="$(LD)" \
AR="$(AR)" CCAS="$(CCAS)" RANLIB="$(RANLIB)" STRIP="$(STRIP)" \
PATH="$(PREFIX)/bin:$(PATH)" \
PKG_CONFIG="$(PKG_CONFIG)"