Closed
Bug 1638574
Opened 5 years ago
Closed 5 years ago
Allow to use widl when cross-compiling clang-cl builds.
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This avoids having to have clang-cl.exe and ml64.exe in the path.
This requires a WIDL patch1 and one other tweak, but it's working
other than that.
While at it, allow to pass extra flags to midl / widl. This is useful to
test with a local widl for example, to pass the right include paths.
Assignee | ||
Updated•5 years ago
|
Summary: Allow to use widl when cross-compiling Windows from Linux. → Allow to use widl when cross-compiling clang-cl builds.
Updated•5 years ago
|
Attachment #9149620 -
Attachment description: Bug 1638574 - Allow to use widl when cross-compiling Linux to Windows. r=glandium,#build → Bug 1638574 - Allow to use widl when cross-compiling clang-cl builds. r=glandium,#build
Comment 2•5 years ago
|
||
Wine patches are committed:
https://source.winehq.org/git/wine.git/commitdiff/b1084ff910864a44d6fd0e0bda6b2b6c64987b2e
https://source.winehq.org/git/wine.git/commitdiff/7a1a77b6765801b1375491602661d466ec2fee0d
https://source.winehq.org/git/wine.git/commitdiff/0f31e48e9ba28ba8c0aee0678567d6b47e3c63aa
Assignee | ||
Comment 3•5 years ago
|
||
Thanks Jacek!
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7054e490f0ce
Allow to use widl when cross-compiling clang-cl builds. r=glandium
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•