aboutsummaryrefslogtreecommitdiff
path: root/examples/http/http.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/http/http.tm')
-rw-r--r--examples/http/http.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/http/http.tm b/examples/http/http.tm
index 2555986f..12203faf 100644
--- a/examples/http/http.tm
+++ b/examples/http/http.tm
@@ -1,6 +1,6 @@
# A simple HTTP library built using CURL
-use libcurl.so
+use -lcurl
use <curl/curl.h>
struct HTTPResponse(code:Int, body:Text)