1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-15 15:57:41 +00:00

Be explicit about 64 bit offset on windows.

This commit is contained in:
Calvin Rose
2024-05-26 11:22:09 -05:00
parent fd5315793c
commit fe348187cc
3 changed files with 13 additions and 4 deletions

View File

@@ -50,7 +50,8 @@
(rmrf syspath)
(assert (os/mkdir syspath))
(put root-env *syspath* (bundle-rpath syspath))
#(setdyn *out* @"")
(unless (os/getenv "VERBOSE")
(setdyn *out* @""))
(assert (empty? (bundle/list)) "initial bundle/list")
(assert (empty? (bundle/topolist)) "initial bundle/topolist")