Skip to content

Commit

Permalink
refactor(src/cli/cli.cc): remove '-lsocket-runtime'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Sep 29, 2023
1 parent 8287f82 commit 693b894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4775,7 +4775,6 @@ int main (const int argc, const char* argv[]) {
<< " -Wno-nonportable-include-path"
#else
<< (" -L" + quote + trim(prefixFile("lib/" + platform.arch + "-desktop")) + quote)
<< " -lsocket-runtime"
#endif
<< " -fvisibility=hidden"
<< " -DIOS=0"
Expand Down

0 comments on commit 693b894

Please sign in to comment.