From bbbafb9a343f4c4be3711518e2fe125509908622 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Fri, 17 May 2024 11:40:43 +0200 Subject: [PATCH] staticly linking most of it --- premake5.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/premake5.lua b/premake5.lua index c3fbd7a0..17c89fda 100644 --- a/premake5.lua +++ b/premake5.lua @@ -31,11 +31,11 @@ local win_link = { local linux_link = { "pthread", "dl", - "ssq", - "z", -- libz library - "curl", - "protobuf-lite", - "mbedcrypto" + "ssq:static", + "z:static", -- libz library + "curl:static", + "protobuf-lite:static", + "mbedcrypto:static" } local default_link = { @@ -56,9 +56,9 @@ local overlay_link_windows = { } local overlay_link_linux = { - "ingame_overlay", - "system", -- ingame_overlay dependency - "mini_detour" -- ingame_overlay dependency + "ingame_overlay:static", + "system:static", -- ingame_overlay dependency + "mini_detour:static" -- ingame_overlay dependency } local default_include = {