diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-21 06:07:54 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-21 06:07:54 -0500 |
| commit | c90fa7019e8d6ce064e5736223ec055aafb37fd1 (patch) | |
| tree | d3f5b265db078332a430f205bde2b28fe700c0e6 /contrib/depends/Makefile | |
| parent | 733e2ef4aba51e153ebee902e57045b438bb12d4 (diff) | |
ios fix, update depends, ci
Diffstat (limited to 'contrib/depends/Makefile')
| -rw-r--r-- | contrib/depends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 734d607..0cf6086 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -214,8 +214,8 @@ $(host_prefix)/share/toolchain.cmake: check-packages check-packages: check-sources -install: check-packages $(host_prefix)/share/config.site -install: check-packages $(host_prefix)/share/toolchain.cmake +install: $(host_prefix)/share/config.site check-packages +install: $(host_prefix)/share/toolchain.cmake check-packages download-one: check-sources $(all_sources) |
