open-watcom-v2: Fix bindir name for Darwin (#191537)

authored by Christoph Neidahl and committed by GitHub 285dc9c1 2678c1b0

+1 -1
+1 -1
pkgs/development/compilers/open-watcom/wrapper.nix
··· 18 18 "binnt" 19 19 (lib.optionalString is32bit "binw") 20 20 ] else if (isDarwin && is64bit) then [ 21 - "osx64" 21 + "bino64" 22 22 ] else [ 23 23 (lib.optionalString is64bit "binl64") 24 24 "binl"