logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 491272fb01906101bb548baba926dd24d1b66e99
parent dc1fc1f21c7f489c561f54607cf1495fb2da3b7b
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 19 Feb 2018 16:52:57 -0800

mc: Fix Linkcmd in config.myr

Diffstat:

Mpkg/mc/config.myr2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/mc/config.myr b/pkg/mc/config.myr @@ -1,6 +1,6 @@ pkg config = const Sys = "Linux" - const Linkcmd = ["ld", "-o"] + const Linkcmd = ["ld"] const Dlflags : byte[:][0] = [] const Manpath = "share/man/man" const Instroot = "/"