diff options
| author | 2023-03-21 20:53:44 -0400 | |
|---|---|---|
| committer | 2023-03-21 20:53:44 -0400 | |
| commit | b9bbfb0a3731646d9c2582757539771ab4782f45 (patch) | |
| tree | 2ff29101916378e7724665dccd895397d39e9a16 /project.janet | |
| parent | native: turns out janet has a FILE* type (diff) | |
native: add support for enums and FILE* in setopt
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 9e0ee15..4977689 100644 --- a/project.janet +++ b/project.janet @@ -7,7 +7,7 @@ :cflags [;default-cflags] :lflags [;default-lflags "-lcurl" "-undefined" "error"] :headers ["jurl.h"] - :source ["main.c" "jurl.c" "jurl_callbacks.c" "jurl_getinfo.c" "jurl_setopt.c"]) + :source ["main.c" "jurl.c" "jurl_callbacks.c" "jurl_enums.c" "jurl_getinfo.c" "jurl_setopt.c"]) (declare-source :source "jurl.janet") |
