mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
removed the usage of objs dir
This commit is contained in:
parent
9e4aea97bd
commit
0e923eedaf
|
@ -95,9 +95,9 @@ config_name = "debug"
|
||||||
config_ext = ""
|
config_ext = ""
|
||||||
|
|
||||||
settings = NewSettings()
|
settings = NewSettings()
|
||||||
settings.cc.output = function(input, extention)
|
--settings.cc.output = function(input, extention)
|
||||||
return Path("objs/" .. PathFilename(input) .. config_ext .. extention)
|
-- return Path("objs/" .. PathFilename(input) .. config_ext .. extention)
|
||||||
end
|
--end
|
||||||
|
|
||||||
baselib_options = {}
|
baselib_options = {}
|
||||||
baselib_options.settings = settings
|
baselib_options.settings = settings
|
||||||
|
|
Loading…
Reference in a new issue