summaryrefslogtreecommitdiff
path: root/src/fastcgi.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastcgi.sml')
-rw-r--r--src/fastcgi.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastcgi.sml b/src/fastcgi.sml
index 16836f30..c0f8bc12 100644
--- a/src/fastcgi.sml
+++ b/src/fastcgi.sml
@@ -30,6 +30,7 @@ structure Fastcgi :> FASTCGI = struct
open Settings
val () = addProtocol {name = "fastcgi",
+ compile = "",
linkStatic = clibFile "fastcgi.o",
linkDynamic = "-lurweb_fastcgi",
persistent = true}