Skip to content

Commit

Permalink
Link to libssh2 when not building with visual studio
Browse files Browse the repository at this point in the history
The libgit2 library from our vcpkg cache is being build with ssh support now
  • Loading branch information
edo9300 committed Sep 26, 2022
1 parent e9837dd commit 6a1af3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gframe/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ local ygopro_config=function(static_core)
if _OPTIONS["discord"] then
links "discord-rpc"
end
links { "sqlite3", "event", "event_pthreads", "dl", "git2" }
links { "sqlite3", "event", "event_pthreads", "dl", "git2", "ssh2" }

filter { "system:windows", "action:not vs*" }
if _OPTIONS["discord"] then
links "discord-rpc"
end
links { "sqlite3", "event", "git2" }
links { "sqlite3", "event", "git2", "ssh2" }

filter "system:macosx or ios"
defines "LUA_USE_MACOSX"
Expand Down

0 comments on commit 6a1af3e

Please sign in to comment.