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