mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
depends: use latest config.guess and config.sub for cctools
This commit is contained in:
parent
bda0b637b2
commit
35d082c500
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ define $(package)_set_vars
|
|||
$(package)_cxx=$(clangxx_prog)
|
||||
endef
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub cctools
|
||||
endef
|
||||
|
||||
define $(package)_config_cmds
|
||||
$($(package)_autoconf)
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue