瀏覽代碼

[lua] add `osx` to the list of recognized system name patterns

Justin Donaldson 7 年之前
父節點
當前提交
cec48c9803
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/lua/Boot.hx

+ 1 - 1
std/lua/Boot.hx

@@ -376,7 +376,7 @@ class Boot {
 	static var os_patterns = [
 		'Windows' => ['windows','^mingw','^cygwin'],
 		'Linux'   => ['linux'],
-		'Mac'     => ['mac','darwin'],
+		'Mac'     => ['mac','darwin','osx'],
 		'BSD'     => ['bsd$'],
 		'Solaris' => ['SunOS']
 	];