Added -lunicows to SDL_LIBS...
...in case host_os is mingw32* to support win32 unicode clipboard functions.
This commit is contained in:
parent
95362f4441
commit
5738704d18
1 changed files with 4 additions and 1 deletions
|
@ -255,7 +255,10 @@ case ${host_os} in
|
|||
darwin*)
|
||||
SDL_LIBS="-framework Carbon $SDL_LIBS"
|
||||
esac
|
||||
|
||||
case $(host_os) in
|
||||
mingw32*)
|
||||
SDL_LIBS="-lunicows $SDL_LIBS"
|
||||
esac
|
||||
sdl_major_version=`$SDL_CONFIG --version | \
|
||||
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
|
||||
sdl_minor_version=`$SDL_CONFIG --version | \
|
||||
|
|
Loading…
Add table
Reference in a new issue