From 244d2bab3cf824d70b7e76b896cfe7543bdbdc7a Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 19 Aug 2011 00:10:58 +0200 Subject: fixed compiler setting. Closes #272 --- bam.lua | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.4.1