andrewrk / sdl-zig-demo

SDL2 hello world in zig
MIT License
116 stars 20 forks source link

Static linking in windows #9

Open daroxs95 opened 3 years ago

daroxs95 commented 3 years ago

Hi, is doable a static link agains SDL2 in windows? because it throws me

lld-link: error: duplicate symbol: _fltused
>>> defined at SDL2-static.lib(SDL_stdlib.obj)
>>> defined at msvcrtd.lib(fltused.obj)