Closed
Bug 1747757
Opened 4 years ago
Closed 4 years ago
lld-link: warning: ignoring unknown argument '-ladvapi32'
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
NSS gyp files use -l$lib, and while OS_LIBS accepts this form and passes
it through, it's not actually a recognized way to link libraries on
clang-cl builds. So, re-normalize the values to not include -l, which
will add it back in the backend when appropriate, or switch to $lib.lib
on platforms that use this form.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/227408c178cf
Remove -l from OS_LIBS set from gyp. r=firefox-build-system-reviewers,mhentges
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•