bam.lua: allow paths.build variable to be set from CLI
This commit is contained in:
parent
0e2a3525e4
commit
36e4894dc7
1 changed files with 1 additions and 1 deletions
2
bam.lua
2
bam.lua
|
|
@ -22,7 +22,7 @@ end
|
|||
|
||||
-- paths used when building.
|
||||
paths = {
|
||||
build = "build",
|
||||
build = ScriptArgs.build_dir or "build",
|
||||
object = "obj",
|
||||
examples = "examples"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue