mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
fix clang build error in mule_main
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
** stepping, breakpoints, evaluation, cross-module calls.
|
** stepping, breakpoints, evaluation, cross-module calls.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if COMPILER_MSVC && _DEBUG
|
#if _WIN32 && _DEBUG
|
||||||
#pragma comment(linker, "/nodefaultlib:libcmt")
|
#pragma comment(linker, "/nodefaultlib:libcmt")
|
||||||
#pragma comment(lib, "libcmtd")
|
#pragma comment(lib, "libcmtd")
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user