mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Removes unapplied arch_suffix for now.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user