mirror of https://github.com/mosra/magnum.git
Browse Source
It worked flawlessly when crosscompiled from Linux, but compiling that natively causes the linker to loudly complain about undefined references to ConfigurationValue structs. I think it worked well under 4.9.2 (but that mess had a slew of other ugly problems, such as complete inability to produce non-crashing C++11 code under x64). The linker error is caused only because I tried to reduce binary bloat, so I'm just disabling that for MinGW and screw that. No problem under MSVC.pull/107/head
3 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue