mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Update simulator build release script
Change-Id: I4ff2f21da93534d8434304c4a61db3eb6ad62e0c
This commit is contained in:
parent
a61c146e36
commit
d6e57e6e8e
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ if($update) {
|
||||||
system("git pull");
|
system("git pull");
|
||||||
}
|
}
|
||||||
|
|
||||||
$test = `sdl-config --libs`;
|
$test = `sdl2-config --libs`;
|
||||||
if ($test eq "") {
|
if ($test eq "") {
|
||||||
printf("You don't appear to have sdl-config\n");
|
printf("You don't appear to have sdl2-config\n");
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue