Fixed naming of PS3 executables under Cygwin
This commit is contained in:
parent
8fe0c84931
commit
30814670db
@ -190,7 +190,7 @@
|
||||
_p(' AR = %s', platform.ar)
|
||||
end
|
||||
|
||||
_p(' TARGETDIR = %s', _MAKE.esc(cfg.buildtarget.directory))
|
||||
_p(' TARGETDIR = %s', _MAKE.esc(cfg.buildtarget.directory))
|
||||
_p(' TARGET = $(TARGETDIR)/%s', _MAKE.esc(cfg.buildtarget.name))
|
||||
_p(' OBJDIR = %s', _MAKE.esc(cfg.objectsdir))
|
||||
_p(' DEFINES += %s', table.concat(cc.getdefines(cfg.defines), " "))
|
||||
|
@ -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