Closed
Bug 1618752
Opened 6 years ago
Closed 6 years ago
Windows cross builds are not shipping MSVC runtime DLLs
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox75 fixed)
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
One part is fixing old-configure.in to use pwd when pwd -W doesn't work
(it errors on Linux), and another part is supporting two additional
system calls in liblowercase:
- chdir used in the same commands as the
pwd -Wfix - symlink, used by the install manifest processor to create symbolic
links of those DLLs in $MOZ_OBJDIR/dist/bin.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/38b1bf71939f
Fix the Windows cross builds so they include MSVC runtime DLLs. r=froydnj
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
| Assignee | ||
Updated•6 years ago
|
Blocks: tier-1-win-cross
You need to log in
before you can comment on or make changes to this bug.
Description
•