Update simulator build release script

Change-Id: I4ff2f21da93534d8434304c4a61db3eb6ad62e0c
This commit is contained in:
Solomon Peachy 2024-12-10 15:59:10 -05:00
parent a61c146e36
commit d6e57e6e8e

View file

@ -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();
}