Fixed naming of PS3 executables under Cygwin
This commit is contained in:
parent
8fe0c84931
commit
30814670db
@ -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
|
||||
|
Reference in New Issue
Block a user