about summary refs log tree commit diff
path: root/pkgs/development/compilers/open-watcom
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/open-watcom')
-rw-r--r--pkgs/development/compilers/open-watcom/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/open-watcom/wrapper.nix b/pkgs/development/compilers/open-watcom/wrapper.nix
index fe787cbedbf43..0677d32e6ea98 100644
--- a/pkgs/development/compilers/open-watcom/wrapper.nix
+++ b/pkgs/development/compilers/open-watcom/wrapper.nix
@@ -18,7 +18,7 @@ let
         "binnt"
         (lib.optionalString is32bit "binw")
       ] else if (isDarwin && is64bit) then [
-        "osx64"
+        "bino64"
       ] else [
         (lib.optionalString is64bit "binl64")
         "binl"