diff --git a/build/premake/extern_libs5.lua b/build/premake/extern_libs5.lua index 069b7a45f4..868a77e63a 100644 --- a/build/premake/extern_libs5.lua +++ b/build/premake/extern_libs5.lua @@ -142,10 +142,6 @@ local function add_default_links(def) names = def.unix_names end - local arch_suffix = "" - if os.istarget("windows") and arch == "amd64" then - arch_suffix = "64" - end local suffix = "d" -- library is overriding default suffix (typically "" to indicate there is none) if def["dbg_suffix"] then @@ -158,8 +154,6 @@ local function add_default_links(def) suffix = "" end - suffix = arch_suffix .. suffix - for i,name in pairs(names) do filter "Debug" links { name .. suffix }