mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
in Linux build script report the missing sanity check file
This commit is contained in:
parent
7447949cf0
commit
c5b8a152be
@ -6,12 +6,11 @@ required_files=(
|
||||
"dll/steam_client.cpp"
|
||||
"controller/gamepad.c"
|
||||
"sdk_includes/isteamclient.h"
|
||||
"generate_interfaces_file.cpp"
|
||||
)
|
||||
|
||||
for emu_file in "${required_files[@]}"; do
|
||||
if [ ! -f "$emu_file" ]; then
|
||||
echo "[X] Invalid emu directory, change directory to emu's src dir" >&2
|
||||
echo "[X] Invalid emu directory, change directory to emu's src dir (missing file '$emu_file')" >&2
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user