fix cpm-fetch again
Some checks failed
eden-license / license-header (pull_request) Failing after 17s
Some checks failed
eden-license / license-header (pull_request) Failing after 17s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
c128f628d8
commit
e3cd3e0105
2 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -e
|
||||
#!/bin/bash -ex
|
||||
|
||||
# SPDX-FileCopyrightText: 2025 Eden Emulator Project
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
@ -6,6 +6,6 @@
|
|||
# SPDX-FileCopyrightText: 2025 crueter
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
LIBS=$(find . externals src/qt_common src/dynarmic -maxdepth 2 -name cpmfile.json -exec jq -j 'keys_unsorted | join(" ")' {} \; -printf " ")
|
||||
LIBS=$(find . src -maxdepth 3 -name cpmfile.json -exec jq -j 'keys_unsorted | join(" ")' {} \; -printf " ")
|
||||
|
||||
tools/cpm-fetch.sh $LIBS
|
Loading…
Add table
Add a link
Reference in a new issue