Fix aot compiler execute_system on all HOST_WIN32. (#43358)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Wed, 14 Oct 2020 09:18:26 +0000 (05:18 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 09:18:26 +0000 (11:18 +0200)
commitf3c5043b121c6cccbd677957c15ecf0a5807455d
tree6e0f01b9aca4d1a240615aa8156a7aa77e798944
parentedb9019910c2ae31c2e9ec03717daf933adcf7ca
Fix aot compiler execute_system on all HOST_WIN32. (#43358)

HAVE_SYSTEM is not defined on all HOST_WIN32 where building the AOT compiler makes sense (like cygwin). Make sure this works on all HOST_WIN32 independent of HAVE_SYSTEM.

Co-authored-by: lateralusX <lateralusX@users.noreply.github.com>
src/mono/mono/mini/aot-compiler.c