Skip to content

Commit 6a1af3e

Browse files
committed
Link to libssh2 when not building with visual studio
The libgit2 library from our vcpkg cache is being build with ssh support now
1 parent e9837dd commit 6a1af3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gframe/premake5.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ local ygopro_config=function(static_core)
124124
if _OPTIONS["discord"] then
125125
links "discord-rpc"
126126
end
127-
links { "sqlite3", "event", "event_pthreads", "dl", "git2" }
127+
links { "sqlite3", "event", "event_pthreads", "dl", "git2", "ssh2" }
128128

129129
filter { "system:windows", "action:not vs*" }
130130
if _OPTIONS["discord"] then
131131
links "discord-rpc"
132132
end
133-
links { "sqlite3", "event", "git2" }
133+
links { "sqlite3", "event", "git2", "ssh2" }
134134

135135
filter "system:macosx or ios"
136136
defines "LUA_USE_MACOSX"

0 commit comments

Comments
 (0)