diff options
Diffstat (limited to 'src/cgi.sml')
-rw-r--r-- | src/cgi.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgi.sml b/src/cgi.sml index d8c7c3ec..7ee81425 100644 --- a/src/cgi.sml +++ b/src/cgi.sml @@ -32,7 +32,7 @@ open Print.PD Print val () = addProtocol {name = "cgi", compile = "", - linkStatic = Config.lib ^ "/../liburweb_cgi.a", + linkStatic = "liburweb_cgi.a", linkDynamic = "-lurweb_cgi", persistent = false, code = fn () => box [string "void uw_global_custom() {", |