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

This commit is contained in:
Christoph Neidahl 2022-10-12 21:08:31 +02:00 committed by GitHub
parent 2678c1b034
commit 285dc9c1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ let
"binnt" "binnt"
(lib.optionalString is32bit "binw") (lib.optionalString is32bit "binw")
] else if (isDarwin && is64bit) then [ ] else if (isDarwin && is64bit) then [
"osx64" "bino64"
] else [ ] else [
(lib.optionalString is64bit "binl64") (lib.optionalString is64bit "binl64")
"binl" "binl"