mirror of
https://github.com/janet-lang/janet
synced 2025-11-14 22:37:12 +00:00
Update Makefile and build_win for better builds.
Use build/c/janet.c in both to prevent accidental inclusion of build/janet.h (which may be stale) instead of the source headers.
This commit is contained in:
@@ -1207,7 +1207,7 @@ JanetTable *janet_core_env(JanetTable *replacements) {
|
||||
|
||||
/* Allow references to the environment */
|
||||
janet_def(env, "root-env", janet_wrap_table(env),
|
||||
JDOC("The root environment used to create environments with (make-env)."));
|
||||
JDOC("The root environment used to create environments with (make-env)."));
|
||||
|
||||
janet_load_libs(env);
|
||||
janet_gcroot(janet_wrap_table(env));
|
||||
|
||||
Reference in New Issue
Block a user