summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-31 16:12:13 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-31 16:12:13 -0500
commitd57cc15e6b5c1f77ebfbfa222283809a4f594e36 (patch)
tree448d9b0895702b655a8becbd338e628e4c5af523 /src
parentfc183307c2b0a05719056f022ea6d4c8385ead41 (diff)
Change location of dynamic libraries
Diffstat (limited to 'src')
-rw-r--r--src/compiler.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sml b/src/compiler.sml
index 026df6fd..625d71ff 100644
--- a/src/compiler.sml
+++ b/src/compiler.sml
@@ -1031,7 +1031,7 @@ fun compileC {cname, oname, ename, libs, profile, debug, link = link'} =
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