mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 1289638 - Don't remove the SDK version from the SDK paths in the MSVC tooltool package. r=gps
While we're here changing the MSVC tooltool package, and since we're going to remove the INCLUDE and LIB lines from mozconfigs that contain the SDK version, we might as well make the SDK in the tooltool package closer to an actual SDK, so that automation and local build more or less follow the same (upcoming) configure code path.
This commit is contained in:
parent
843c82eecf
commit
8ccc63df11
@ -161,9 +161,6 @@ def resolve_files():
|
||||
finder = FileFinder(sdk_path, find_executables=False,
|
||||
ignore=entry.get('ignore', []))
|
||||
for p, f in finder.find(entry['pattern']):
|
||||
# We remove the SDK version from the path so we don't have
|
||||
# to update other configs when we change the SDK version.
|
||||
p = p.replace('/%s/' % SDK_RELEASE, '/')
|
||||
relpath = 'SDK/%s' % p
|
||||
|
||||
yield relpath.encode('utf-8'), f
|
||||
|
Loading…
x
Reference in New Issue
Block a user