| Index: build/gyp_environment.py
|
| diff --git a/build/gyp_environment.py b/build/gyp_environment.py
|
| index 87e3ea8680f0778afa37fb4143b9143751441a85..51b9136f241cf80be586f40484863c6f401d8665 100644
|
| --- a/build/gyp_environment.py
|
| +++ b/build/gyp_environment.py
|
| @@ -9,7 +9,6 @@ make sure settings are consistent between them, all setup should happen here.
|
| """
|
|
|
| import gyp_helper
|
| -import mac_toolchain
|
| import os
|
| import sys
|
| import vs_toolchain
|
| @@ -29,4 +28,3 @@ def SetEnvironment():
|
| os.environ['GYP_GENERATORS'] = 'ninja'
|
|
|
| vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
|
| - mac_toolchain.SetToolchainEnvironment()
|
|
|