about summary refs log tree commit diff
path: root/bam.lua
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-08-19 00:10:58 +0200
committeroy <Tom_Adams@web.de>2011-08-19 00:10:58 +0200
commit244d2bab3cf824d70b7e76b896cfe7543bdbdc7a (patch)
tree39f143b6a64fbbba6e5b2329e4c747c029f5c291 /bam.lua
parent2ceb0fde91b53bff6c6d46bc70c9b6f876a9fc90 (diff)
downloadzcatch-244d2bab3cf824d70b7e76b896cfe7543bdbdc7a.tar.gz
zcatch-244d2bab3cf824d70b7e76b896cfe7543bdbdc7a.zip
fixed compiler setting. Closes #272
Diffstat (limited to 'bam.lua')
-rw-r--r--bam.lua3
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