comparison src/config.sml.in @ 1317:e12cef71aa1a

Karn Kallio's patch for static mhash linking
author Adam Chlipala <adam@chlipala.net>
date Thu, 18 Nov 2010 14:22:04 -0500
parents 162d5308e34f
children b2bc8bcd546f
comparison
equal deleted inserted replaced
1316:df7bfb30dcc3 1317:e12cef71aa1a
11 file = "c"} 11 file = "c"}
12 val libJs = OS.Path.joinDirFile {dir = lib, 12 val libJs = OS.Path.joinDirFile {dir = lib,
13 file = "js"} 13 file = "js"}
14 14
15 val gccArgs = "@GCCARGS@" 15 val gccArgs = "@GCCARGS@"
16 val libMhash = "@MHASH_LIB_DIR@"
16 17
17 end 18 end