Fixed naming of PS3 executables under Cygwin

This commit is contained in:
starkos 2009-05-12 22:11:24 +00:00
parent 8fe0c84931
commit 30814670db
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@
end
-- Linux name conventions only apply to static libs on windows (by user request)
if style == "linux" and system == "windows" and kind ~= "StaticLib" then
if decorations == "linux" and system == "windows" and kind ~= "StaticLib" then
decorations = "windows"
end
else