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:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user