fix clang build error in mule_main

This commit is contained in:
Nikita Smith
2026-03-17 23:19:57 -07:00
parent adbd5c911e
commit 1a10170485
+1 -1
View File
@@ -6,7 +6,7 @@
** stepping, breakpoints, evaluation, cross-module calls.
*/
#if COMPILER_MSVC && _DEBUG
#if _WIN32 && _DEBUG
#pragma comment(linker, "/nodefaultlib:libcmt")
#pragma comment(lib, "libcmtd")
#endif