Index: build/gyp_environment.py |
diff --git a/build/gyp_environment.py b/build/gyp_environment.py |
index fb50645d56fc5adc4276f9ac989a06059c4c4aa3..3307e50411004f2b625990fbb08db3c076e20965 100644 |
--- a/build/gyp_environment.py |
+++ b/build/gyp_environment.py |
@@ -12,6 +12,7 @@ import gyp_helper |
import os |
import sys |
import vs_toolchain |
+import mac_toolchain |
def SetEnvironment(): |
"""Sets defaults for GYP_* variables.""" |
@@ -31,3 +32,4 @@ def SetEnvironment(): |
os.environ['GYP_GENERATORS'] = 'ninja' |
vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs() |
+ mac_toolchain.SetEnvironment() |