Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jun 6, 2024
1 parent 73b8007 commit 3a8929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/ts-generator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main(int argc, char* argv[])
return 1;
}

if (settings.allLinks && !settings.linksToGen.empty()
if (settings.allLinks && !settings.linksListToGen.empty()
{
logs.error() << "Conflicting options, either choose all links or a list";
return 1;
Expand Down

0 comments on commit 3a8929e

Please sign in to comment.