about summary refs log tree commit diff
path: root/bam.lua
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 10:22:18 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 10:22:18 +0000
commit9f88ec55fe9cd77e7ab2b552ec4085ceb5f016d3 (patch)
tree027f9483cca3e3ece1f363bfebb566bbf0d5dc16 /bam.lua
parent4f2a21ba0484b0548df5c7f9a37d2f75fffb4253 (diff)
downloadzcatch-9f88ec55fe9cd77e7ab2b552ec4085ceb5f016d3.tar.gz
zcatch-9f88ec55fe9cd77e7ab2b552ec4085ceb5f016d3.zip
fixed auto configuration
Diffstat (limited to 'bam.lua')
-rw-r--r--bam.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bam.lua b/bam.lua
index f86e94e9..90a268fd 100644
--- a/bam.lua
+++ b/bam.lua
@@ -11,7 +11,7 @@ config:Add(OptTestCompileC("stackprotector", "int main(){return 0;}", "-fstack-p
 config:Add(OptLibrary("zlib", "zlib.h", false))
 config:Add(SDL.OptFind("sdl", true))
 config:Add(FreeType.OptFind("freetype", true))
-config:Finalize("config.bam")
+config:Finalize("config.lua")
 
 -- data compiler
 function Script(name)