| Index: tools/build.py
|
| diff --git a/tools/build.py b/tools/build.py
|
| index 29c081f38998dfbdcf773ef1004c1eb2f25fca0c..90dfcd7e9f241d970f545b941251bf6c5e2dfe39 100755
|
| --- a/tools/build.py
|
| +++ b/tools/build.py
|
| @@ -131,7 +131,7 @@ def ProcessOptions(options, args):
|
| if os_name != 'android':
|
| print "Unsupported target os %s" % os_name
|
| return False
|
| - if not HOST_OS in ['linux', 'macos']:
|
| + if not HOST_OS in ['linux']:
|
| print ("Cross-compilation to %s is not supported on host os %s."
|
| % (os_name, HOST_OS))
|
| return False
|
|
|