Browse Source

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

Justin Donaldson 7 năm trước cách đây
mục cha
commit
cec48c9803
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']
 	];