Explorar o código

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

Justin Donaldson %!s(int64=7) %!d(string=hai) anos
pai
achega
cec48c9803
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']
 	];