fixed some parenthesis
This commit is contained in:
parent
5738704d18
commit
03330ccc0e
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ case ${host_os} in
|
|||
darwin*)
|
||||
SDL_LIBS="-framework Carbon $SDL_LIBS"
|
||||
esac
|
||||
case $(host_os) in
|
||||
case ${host_os} in
|
||||
mingw32*)
|
||||
SDL_LIBS="-lunicows $SDL_LIBS"
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue