diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2011-03-17 17:38:21 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-31 22:58:06 +0200 |
| commit | e9ab42795a47dc6fab3112602a85780bcc1aecfb (patch) | |
| tree | 0e8e0f0352f3e632b1114403d58b3a22b727bbbb /bam.lua | |
| parent | 32876b9ba737e6eaf75761889ded51fded8db13a (diff) | |
| download | zcatch-e9ab42795a47dc6fab3112602a85780bcc1aecfb.tar.gz zcatch-e9ab42795a47dc6fab3112602a85780bcc1aecfb.zip | |
refactored dilate
Diffstat (limited to 'bam.lua')
| -rw-r--r-- | bam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bam.lua b/bam.lua index 9b2661f5..fb03fe65 100644 --- a/bam.lua +++ b/bam.lua @@ -231,7 +231,7 @@ function build(settings) tools = {} for i,v in ipairs(tools_src) do toolname = PathFilename(PathBase(v)) - tools[i] = Link(settings, toolname, Compile(settings, v), engine, zlib) + tools[i] = Link(settings, toolname, Compile(settings, v), engine, zlib, pnglite) end -- build client, server, version server and master server |