summaryrefslogtreecommitdiff
path: root/src/http.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.sml')
-rw-r--r--src/http.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.sml b/src/http.sml
index 5859f077..64dbb06d 100644
--- a/src/http.sml
+++ b/src/http.sml
@@ -32,7 +32,7 @@ open Print.PD Print
val () = addProtocol {name = "http",
compile = "",
- linkStatic = Config.lib ^ "/../liburweb_http.a",
+ linkStatic = "liburweb_http.a",
linkDynamic = "-lurweb_http",
persistent = true,
code = fn () => box [string "void uw_global_custom() {",