Closed
Bug 1576751
Opened 6 years ago
Closed 6 years ago
set LD_LIBRARY_PATH during Android builds
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
We do this for all of our other builds, and we need to do it for Android too, so host binaries work properly.
| Assignee | ||
Comment 1•6 years ago
|
||
We need this for host binaries to work correctly in the case where the
clang we're using is linking against a newer version of, say,
libstdc++ than is on the system.
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99451e6294fa
set LD_LIBRARY_PATH during Android builds; r=glandium
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Comment 4•6 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•