Skip to content

Commit

Permalink
Fix windows support.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Mar 4, 2024
1 parent 6ec0f68 commit 7f5f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/aot-compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -15622,7 +15622,7 @@ compile_assemblies_in_child (MonoAotOptions *aot_opts, MonoAssembly **assemblies
}
g_assert (aot_index != -1);

#ifdef TARGET_WIN32
#ifdef HOST_WIN32
response_fname = g_build_filename (aot_opts->temp_path, "temp.rsp", (const char*)NULL);
response = fopen (response_fname, "w");
g_assert (response);
Expand Down

0 comments on commit 7f5f640

Please sign in to comment.