You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In build.rs we have a message as follows, this issue is to track this and investigate what it means, if we need to do anything about it.
/// TODO Investigate why we need this... we this error when linking raylib// this seems to be an acceptable workaround.// = note: libraylib-69fe326be1a79017.rlib(rcore.obj) : error LNK2005: CloseWindow already defined in user32.lib(USER32.dll)␍// libraylib-69fe326be1a79017.rlib(raudio.obj) : error LNK2005: PlaySound already defined in winmm.lib(WINMM.dll)␍println!("cargo:rustc-link-arg=/FORCE:MULTIPLE");
The text was updated successfully, but these errors were encountered:
In
build.rs
we have a message as follows, this issue is to track this and investigate what it means, if we need to do anything about it.The text was updated successfully, but these errors were encountered: