mirror of
https://github.com/janet-lang/janet
synced 2024-11-04 15:56:17 +00:00
Merge pull request #139 from Barakat/master
Remove amalg.janet dependency on os/date
This commit is contained in:
commit
6887dd05f6
@ -1,10 +1,8 @@
|
|||||||
# Creates an amalgamated janet.c
|
# Creates an amalgamated janet.c
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
(def {:year YY :month MM :month-day DD} (os/date))
|
|
||||||
(print "/* Amalgamated build - DO NOT EDIT */")
|
(print "/* Amalgamated build - DO NOT EDIT */")
|
||||||
(print "/* Generated " YY "-" (inc MM) "-" (inc DD)
|
(print "/* Generated from janet version " janet/version "-" janet/build " */")
|
||||||
" with janet version " janet/version "-" janet/build " */")
|
|
||||||
(print "#define JANET_BUILD \"" janet/build "\"")
|
(print "#define JANET_BUILD \"" janet/build "\"")
|
||||||
(print ```#define JANET_AMALG```)
|
(print ```#define JANET_AMALG```)
|
||||||
(print ```#include "janet.h"```)
|
(print ```#include "janet.h"```)
|
||||||
|
Loading…
Reference in New Issue
Block a user