-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OpenAL-Soft]build failure for x64-windows-static-md on Github Actions #38003
Comments
@MadDeCoDeR, Thanks for posting this issue, I installed CMakeLists:
Config:
|
Hi @JonLiu1993 if you read again the reproduction steps I already mention that the issue is present when the compilation runs through Github Actions. Locally it works perfectly fine. |
Sorry we can't use Github Actions to test, we all write simple cmake project tests through VS
VCPKG_LIBRARY_LINKAGE Determines if a library/port is build as a static or dynamic library |
Hello, |
Thank you, now it works. |
Operating system
Github Windows VM (?)
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
OpenAL32.lib(null.cpp.obj) : error LNK2019: unresolved external symbol _Thrd_sleep_for referenced in function "void __cdecl std::this_thread::sleep_for<__int64,struct std::ratio<1,1000> >(class std::chrono::duration<__int64,struct std::ratio<1,1000> > const &)" (??$sleep_for@_JU?$ratio@$00$0DOI@@std@@@this_thread@std@@YAXAEBV?$duration@_JU?$ratio@$00$0DOI@@std@@@chrono@1@@z)
OpenAL32.lib(wave.cpp.obj) : error LNK2001: unresolved external symbol _Thrd_sleep_for
Additional context
No response
The text was updated successfully, but these errors were encountered: