diff options
Diffstat (limited to 'mbld/config+plan9-x64.myr')
-rw-r--r-- | mbld/config+plan9-x64.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbld/config+plan9-x64.myr b/mbld/config+plan9-x64.myr index b13fedc..e246d4d 100644 --- a/mbld/config+plan9-x64.myr +++ b/mbld/config+plan9-x64.myr @@ -4,6 +4,7 @@ pkg config = const Sys = "Plan9" const Objsuffix = ".6" const Linkcmd = ["6l", "-l"] + const Dlflags : byte[:][:] = [][:] const Arcmd = ["ar", "u"] const Ascmd = ["6a"] const Directlib = true |