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