mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Some minor build fixes for Visual C
This commit is contained in:
+3
-1
@@ -510,7 +510,9 @@ int main(int argc, char **argv)
|
||||
#endif
|
||||
|
||||
log_flush();
|
||||
#ifdef _WIN32
|
||||
#if defined(_MSC_VER)
|
||||
_exit(0);
|
||||
#elif defined(_WIN32)
|
||||
_Exit(0);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user