Fix no-entry.

This commit is contained in:
Christoffer Lerno
2023-02-14 20:13:22 +01:00
parent df77b692d6
commit 8d306ce64d

View File

@@ -674,6 +674,7 @@ static void parse_option(BuildOptions *options)
if (match_longopt("no-entry"))
{
options->no_entry = true;
return;
}
if (match_longopt("cc"))
{