lib/systems: add x86_64-darwin hostPlatform
Jonathan Ringer 4 years ago dbe6e96d 77ca4df0
··· 258 258 platform = {}; 259 259 }; 260 260 261 261 + x86_64-darwin = { 262 262 + config = "x86_64-apple-darwin"; 263 263 + xcodePlatform = "MacOSX"; 264 264 + platform = {}; 265 265 + }; 266 266 + 261 267 # 262 268 # Windows 263 269 #