forked from len0rd/rockbox
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");
|
||||
}
|
||||
|
||||
$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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue