mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed default.bam for bam 0.1.0
This commit is contained in:
parent
f038d6395d
commit
ee98543918
|
@ -1,3 +1,5 @@
|
|||
CheckVersion("0.1")
|
||||
|
||||
--- Setup Config --------
|
||||
config = NewConfig()
|
||||
config:add(OptFindCompiler())
|
||||
|
@ -127,8 +129,7 @@ function build(settings)
|
|||
settings.objdir = Path("objs")
|
||||
settings.cc.output = intermediate_output_func
|
||||
|
||||
use_sdl = 1
|
||||
if config.sdl.value == 0 then use_sdl = nil end
|
||||
use_sdl = config.sdl.value
|
||||
|
||||
if config.compiler.value == "cl" then
|
||||
settings.cc.flags = "/wd4244"
|
||||
|
|
Loading…
Reference in a new issue