diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-12-10 15:59:10 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-12-10 23:11:48 -0500 |
commit | d6e57e6e8eddf9b67ffd6e0ef0e1f99a1574a64d (patch) | |
tree | 778a4a80e5e3b2a2e585ef8b801d8fb0ef1aacdf | |
parent | a61c146e360142d7ba866852a5a5642c900fb7a4 (diff) | |
download | rockbox-d6e57e6e8e.tar.gz rockbox-d6e57e6e8e.zip |
Update simulator build release script
Change-Id: I4ff2f21da93534d8434304c4a61db3eb6ad62e0c
-rwxr-xr-x | tools/release/sims.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl index 10cf950c53..076a5fee37 100755 --- a/tools/release/sims.pl +++ b/tools/release/sims.pl @@ -73,9 +73,9 @@ if($update) { system("git pull"); } -$test = `sdl-config --libs`; +$test = `sdl2-config --libs`; if ($test eq "") { - printf("You don't appear to have sdl-config\n"); + printf("You don't appear to have sdl2-config\n"); die(); } |