diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-06-23 21:59:17 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-06-23 21:59:17 -0700 |
commit | c1d212afb2854639aae86b9a44650f0769d0b90c (patch) | |
tree | d284da5895b7e1e99c640ddda411066a96a3e651 /mbld/deps.myr | |
parent | 983521cc5a3fa36e53f4c5a3c459e2485cfe1966 (diff) | |
download | mc-c1d212afb2854639aae86b9a44650f0769d0b90c.tar.gz |
Use 'config.Libpath' instead of hardcoding "lib/myr"
Diffstat (limited to 'mbld/deps.myr')
-rw-r--r-- | mbld/deps.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/deps.myr b/mbld/deps.myr index f05f665..c1174df 100644 --- a/mbld/deps.myr +++ b/mbld/deps.myr @@ -267,7 +267,7 @@ const openlib = {lib, incs | `std.Fail m: /* nothing */ ;; ;; - path = std.pathjoin([opt_instroot, "/lib/myr", lib][:]) + path = std.pathjoin([opt_instroot, config.Libpath, lib][:]) match bio.open(path, bio.Rd) | `std.Ok file: -> file | `std.Fail m: /* nothing */ |