aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/patch-header.janet
blob: 96ed0b5eaa008528effe1b6e2b8156423535eea2 (plain) (blame)
1
2
3
# Patch janet.h 
(def [_ janeth janetconf output] (dyn :args))
(spit output (string/replace `#include "janetconf.h"` (slurp janetconf) (slurp janeth)))