summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/mc/config.myr2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mc/config.myr b/pkg/mc/config.myr
index 98466eca..c33304a9 100644
--- 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 = "/"