mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
build: Use build macros for mediaconv.
This commit is contained in:
parent
cdd4f10b8b
commit
f88ff58f53
3 changed files with 48 additions and 21 deletions
|
|
@ -57,6 +57,8 @@ all: $(1)
|
|||
|
||||
|
||||
$(2)_ENV$(3) = \
|
||||
CARGO_HOME=$$(OBJ)/.cargo \
|
||||
CARGO_TARGET_$$(call toupper,$$(ARCH$(3))-unknown-linux-gnu)_LINKER="$$(ARCH$(3))-linux-gnu-gcc" \
|
||||
CCACHE_BASEDIR="$$(CCACHE_BASEDIR)" \
|
||||
STRIP="$$(STRIP)" \
|
||||
CC="$$(CCACHE_BIN) $$(ARCH$(3))-linux-gnu-gcc" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue