summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-12-10 15:59:10 -0500
committerSolomon Peachy <pizza@shaftnet.org>2024-12-10 23:11:48 -0500
commitd6e57e6e8eddf9b67ffd6e0ef0e1f99a1574a64d (patch)
tree778a4a80e5e3b2a2e585ef8b801d8fb0ef1aacdf
parenta61c146e360142d7ba866852a5a5642c900fb7a4 (diff)
downloadrockbox-d6e57e6e8e.tar.gz
rockbox-d6e57e6e8e.zip
Update simulator build release script
Change-Id: I4ff2f21da93534d8434304c4a61db3eb6ad62e0c
-rwxr-xr-xtools/release/sims.pl4
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();
}