Pass `--key-positions=*` to gperf instead of `-k *` because on Windows this symbol seems to have a special meaning.
ClosedPublic

Authored by arrowd on May 16 2017, 6:40 PM.

Details

Summary

Pass --key-positions=* to gperf instead of -k * because on Windows this symbol seems to have a special meaning.

Test Plan

Successfully compiled with MSVC.

Diff Detail

Repository
R313 KHtml
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arrowd created this revision.May 16 2017, 6:40 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMay 16 2017, 6:40 PM
This revision is now accepted and ready to land.May 18 2017, 9:59 AM

Invalid position value or range, use 1,2,3-255,'$' or '*'.

Yep, looks like it.

This revision was automatically updated to reflect the committed changes.