diff options
author | Ori Bernstein <ori@eigenstate.org> | 2017-02-17 22:21:41 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-02-17 23:32:19 -0800 |
commit | 61a91a2cc9be621ee517b2cb4114922bd5da351f (patch) | |
tree | 2dbf60c0c0d4b03c65c59146f44e4f7c8f1c9cb2 /lib/sys/sys+openbsd-x64.myr | |
parent | 210b24e9cf07baef21fb0fd943f81f38a3196945 (diff) | |
download | mc-61a91a2cc9be621ee517b2cb4114922bd5da351f.tar.gz |
Search for usefiles relative to the output.
For most uses, this is equivalent to compiler cwd, but
supports out of tree builds better. It also means that
builds behave the same way regardless of the directory
that the compiler is run from, which is convenient for
testing.
This also drops support for `.use` suffixes on local
uses.
Diffstat (limited to 'lib/sys/sys+openbsd-x64.myr')
-rw-r--r-- | lib/sys/sys+openbsd-x64.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys/sys+openbsd-x64.myr b/lib/sys/sys+openbsd-x64.myr index a0c46fd..ba52a74 100644 --- a/lib/sys/sys+openbsd-x64.myr +++ b/lib/sys/sys+openbsd-x64.myr @@ -1,4 +1,4 @@ -use "systypes.use" +use "systypes" pkg sys = type pid = int32 /* process id */ |