diff options
author | Matthew Waters <matthew@centricular.com> | 2019-07-25 12:17:50 +1000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-09-14 03:13:50 +0530 |
commit | 60dcc5d605206a0c1e044f17b012a1fc8560308a (patch) | |
tree | d531fcf655ce5f3c7ea2405e3c66f438ba8b620d /config/windows.config | |
parent | 9d79032e070e8fd21e08897b9312072341708772 (diff) |
config/windows: don't override ACLOCAL with a version-specific version
Overriding the ACLOCAL environment variable when we build it locally
doesn't make sense.
Diffstat (limited to 'config/windows.config')
-rw-r--r-- | config/windows.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/windows.config b/config/windows.config index 9a1bba46..6b5ce417 100644 --- a/config/windows.config +++ b/config/windows.config @@ -110,8 +110,6 @@ if platform == Platform.WINDOWS: # Only use one process to make the build more reliable. allow_parallel_build = False - env['ACLOCAL'] = 'aclocal-1.11' - from cerbero.ide.vs.env import get_msvc_env, append_path # Contains only the env vars that MSVC needs, including any existing vars # that were appended/prepended and have new values |