Skip to content

Commit

Permalink
mkvc Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekKnapek committed May 4, 2024
1 parent 193160f commit 35ae3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk_clib/app/mkvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mk_lang_types_sint_t wmain(mk_lang_types_sint_t const argc, mk_lang_types_wchar_
return mk_clib_app_vc_arg(mk_lang_true, argc, ((mk_lang_types_pchar_pcpct)(argv)));
}

#elif mk_lang_os == mk_lang_os_c
#elif mk_lang_os == mk_lang_os_linux || mk_lang_os == mk_lang_os_c

mk_lang_types_sint_t main(mk_lang_types_sint_t const argc, mk_lang_types_pchar_pcpct const argv) mk_lang_noexcept
{
Expand Down

0 comments on commit 35ae3d3

Please sign in to comment.