lib/systems: add x86_64-darwin hostPlatform

This commit is contained in:
Jonathan Ringer 2021-11-10 11:37:34 -08:00
parent 77ca4df050
commit dbe6e96d0a
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -258,6 +258,12 @@ rec {
platform = {};
};
x86_64-darwin = {
config = "x86_64-apple-darwin";
xcodePlatform = "MacOSX";
platform = {};
};
#
# Windows
#