mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
updated default.bam to work with new bam (for real)
This commit is contained in:
parent
36bc553116
commit
39158f60f4
|
@ -117,9 +117,9 @@ end
|
|||
|
||||
function intermediate_output_func(dir, input, settings)
|
||||
if not (dir == "") then
|
||||
return Path(dir .. "/" .. PathBase(PathFilename(input)) .. settings.config_name)
|
||||
return Path(dir .. "/" .. PathBase(PathFilename(input)) .. settings.config_ext)
|
||||
end
|
||||
return PathBase(input) .. settings.config_name
|
||||
return PathBase(input) .. settings.config_ext
|
||||
end
|
||||
|
||||
function build(settings)
|
||||
|
|
Loading…
Reference in a new issue