mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 00:06:16 +00:00
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
# Patch janet.h
|
|
(def [_ janeth janetconf output] (dyn :args))
|
|
(spit output (string/replace `#include "janetconf.h"` (slurp janetconf) (slurp janeth)))
|