mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
open-watcom-v2: Fix bindir name for Darwin (#191537)
This commit is contained in:
parent
2678c1b034
commit
285dc9c1de
@ -18,7 +18,7 @@ let
|
||||
"binnt"
|
||||
(lib.optionalString is32bit "binw")
|
||||
] else if (isDarwin && is64bit) then [
|
||||
"osx64"
|
||||
"bino64"
|
||||
] else [
|
||||
(lib.optionalString is64bit "binl64")
|
||||
"binl"
|
||||
|
Loading…
Reference in New Issue
Block a user