Skip to content

Commit

Permalink
fic(src/cli/cli.cc): add missing link flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jul 14, 2023
1 parent 78f9444 commit 9ba66cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4697,6 +4697,8 @@ int main (const int argc, const char* argv[]) {
#else
<< " " << flags
<< " " << extraFlags
<< " -lsocket-runtime"
<< " -luv"
<< " -fvisibility=hidden"
<< (" -L" + quote + trim(prefixFile("lib/" + platform.arch + "-desktop")) + quote)
#endif
Expand Down

0 comments on commit 9ba66cb

Please sign in to comment.