diff src/compiler.sml @ 1106:c9137606733a

Change location of dynamic libraries
author Adam Chlipala <adamc@hcoop.net>
date Thu, 31 Dec 2009 16:12:13 -0500
parents 72670131dace
children c01fb6f1b31f
line wrap: on
line diff
--- a/src/compiler.sml	Thu Dec 31 15:14:24 2009 -0500
+++ b/src/compiler.sml	Thu Dec 31 16:12:13 2009 -0500
@@ -1031,7 +1031,7 @@
                       clibFile "request.o" ^ " " ^ clibFile "queue.o" ^ " " ^ clibFile "urweb.o"
                       ^ " " ^ clibFile "memmem.o" ^ " " ^ clibFile "mhash.o" ^ " " ^ #linkStatic proto
                   else
-                      "-L" ^ Config.libC ^ " -lurweb " ^ #linkDynamic proto
+                      "-L" ^ Config.lib ^ "/.. -lurweb " ^ #linkDynamic proto
 
         val compile = "gcc " ^ Config.gccArgs ^ " -Wimplicit -Werror -O3 -fno-inline -I " ^ Config.includ
                       ^ " " ^ #compile proto