diff options
| -rw-r--r-- | bam.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bam.lua b/bam.lua index 5699251f..5816a26d 100644 --- a/bam.lua +++ b/bam.lua @@ -130,6 +130,9 @@ function Intermediate_Output(settings, input) end function build(settings) + -- apply compiler settings + config.compiler:Apply(settings) + --settings.objdir = Path("objs") settings.cc.Output = Intermediate_Output |