aboutsummaryrefslogtreecommitdiff
path: root/project.janet
diff options
context:
space:
mode:
Diffstat (limited to 'project.janet')
-rw-r--r--project.janet10
1 files changed, 6 insertions, 4 deletions
diff --git a/project.janet b/project.janet
index 17954f8..e50627b 100644
--- a/project.janet
+++ b/project.janet
@@ -8,6 +8,11 @@
(declare-source
:source ["date"])
+(def tz-source ["tz/localtime.c"
+ "tz/asctime.c"
+ "tz/difftime.c"
+ "tz/strftime.c"])
+
(declare-native
:name "date/native"
:source ["src/main.c"
@@ -16,7 +21,4 @@
"src/tm.c"
"src/util.c"
- "tz/localtime.c"
- "tz/asctime.c"
- "tz/difftime.c"
- "tz/strftime.c"])
+ ;(if (= :windows (os/which)) [] tz-source)])