mirror of
https://github.com/janet-lang/janet
synced 2025-12-07 17:18:07 +00:00
Add os/arch to core.
Also allow setting custom keywords for compiled os name and architecture name.
This commit is contained in:
@@ -555,6 +555,7 @@ int main(int argc, const char **argv) {
|
||||
(os/cd module-dir)
|
||||
(try
|
||||
(with-dyns [:rules @{}]
|
||||
(os/execute ["git" "submodule" "update" "--init" "--recursive"])
|
||||
(import-rules "./project.janet")
|
||||
(do-rule "install-deps")
|
||||
(do-rule "build")
|
||||
|
||||
Reference in New Issue
Block a user