diff options
| author | 2023-05-30 11:44:02 +0200 | |
|---|---|---|
| committer | 2023-05-30 11:44:02 +0200 | |
| commit | 0ba6b69af4a9583941ef3e73036d0c2e91982b3d (patch) | |
| tree | 3a68d43c7842ba020239f0b55574565414d27788 | |
| parent | Add eggert/tz module at release 2023c (diff) | |
build with tz's LIBSRC
| -rw-r--r-- | project.janet | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/project.janet b/project.janet index ff146f5..17954f8 100644 --- a/project.janet +++ b/project.janet @@ -14,4 +14,9 @@ "src/polyfill.c" "src/time.c" "src/tm.c" - "src/util.c"]) + "src/util.c" + + "tz/localtime.c" + "tz/asctime.c" + "tz/difftime.c" + "tz/strftime.c"]) |
