Skip to content

Commit

Permalink
Fix issue with install tool
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Oct 2, 2023
1 parent d79dfe2 commit c532925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ int main()
tokens.rewind;
tokens.endCache;
nt = tokens.skipItem;
// skip whatever the next token is, it's either a comma, or the array end.
cast(void)tokens.next;
}
throw new Exception("Could not find raylib-d dependency for current project!");
}
Expand Down

0 comments on commit c532925

Please sign in to comment.