diff options
| author | 2023-03-22 13:00:24 -0400 | |
|---|---|---|
| committer | 2023-03-22 13:00:24 -0400 | |
| commit | 10622613a4e05c7444786e44c2a4b543082015cc (patch) | |
| tree | b57e1c85b615ccf6919dbb73180dbee73c849c65 /project.janet | |
| parent | native: return rich errors (diff) | |
native: misc typos
there will likely be quite a few of these
Diffstat (limited to 'project.janet')
| -rw-r--r-- | project.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.janet b/project.janet index 4a40a34..56d91d9 100644 --- a/project.janet +++ b/project.janet @@ -5,7 +5,7 @@ (declare-native :name "jurl-native" :cflags [;default-cflags] - :lflags [;default-lflags "-lcurl" "-undefined" "error"] + :lflags [;default-lflags "-lcurl"] :headers ["jurl.h"] :source ["main.c" "jurl.c" "jurl_callbacks.c" "jurl_enums.c" "jurl_errors.c" "jurl_getinfo.c" "jurl_setopt.c"]) |
