llvmPackages: 11 -> 16 on Darwin
This commit is contained in:
@@ -16641,7 +16641,7 @@ with pkgs;
|
||||
# This returns the minimum supported version for the platform. The
|
||||
# assumption is that or any later version is good.
|
||||
choose = platform:
|
||||
/**/ if platform.isDarwin then 11
|
||||
/**/ if platform.isDarwin then 16
|
||||
else if platform.isFreeBSD then 12
|
||||
else if platform.isAndroid then 12
|
||||
else if platform.isLinux then 11
|
||||
|
||||
Reference in New Issue
Block a user