diff options
| author | oy <Tom_Adams@web.de> | 2011-08-19 00:10:58 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-08-19 00:10:58 +0200 |
| commit | 244d2bab3cf824d70b7e76b896cfe7543bdbdc7a (patch) | |
| tree | 39f143b6a64fbbba6e5b2329e4c747c029f5c291 | |
| parent | 2ceb0fde91b53bff6c6d46bc70c9b6f876a9fc90 (diff) | |
| download | zcatch-244d2bab3cf824d70b7e76b896cfe7543bdbdc7a.tar.gz zcatch-244d2bab3cf824d70b7e76b896cfe7543bdbdc7a.zip | |
fixed compiler setting. Closes #272
| -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 |