diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-17 10:45:16 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-17 10:45:16 +0100 |
| commit | 058a70a16e4a1172c0eadacb564ee864c5b61ae7 (patch) | |
| tree | d98a266e436df1f60fbff0825b48fb984fd4bdc7 /config/data | |
| parent | e1c2525783d5ed65d1ab909102a64cb1ecf27ad6 (diff) | |
pcsx-redux: check dry build in mkhelper
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data')
| -rw-r--r-- | config/data/pcsx-redux/mkhelper.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/data/pcsx-redux/mkhelper.cfg b/config/data/pcsx-redux/mkhelper.cfg index 6ad20de5..d7369797 100644 --- a/config/data/pcsx-redux/mkhelper.cfg +++ b/config/data/pcsx-redux/mkhelper.cfg @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-3.0-or-later -postmake="copyps1bios" +mkhelper="$if_not_dry_build copyps1bios" +postmake="$if_not_dry_build copyps1bios" |
