diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2019-03-09 02:46:18 +0900 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-08 09:46:18 -0800 |
| commit | c7ca58ba36b28814baf9468ddf47340db71f4b13 (patch) | |
| tree | 792e12d1d5c18c2b5a26a619c441a30fffd9c615 /ports/libusb/CONTROL | |
| parent | 631be56a8ccd5a201ca3a33f09357ed4ea18d937 (diff) | |
| download | vcpkg-c7ca58ba36b28814baf9468ddf47340db71f4b13.tar.gz vcpkg-c7ca58ba36b28814baf9468ddf47340db71f4b13.zip | |
[libusb] fix error c2001 (#5604)
Fix error c2001 by specify /source-charset:utf-8.
That error seems to occur on multi-byte character locale.
Diffstat (limited to 'ports/libusb/CONTROL')
| -rw-r--r-- | ports/libusb/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libusb/CONTROL b/ports/libusb/CONTROL index 02adfafe0..f7eabbc22 100644 --- a/ports/libusb/CONTROL +++ b/ports/libusb/CONTROL @@ -1,3 +1,3 @@ Source: libusb -Version: 1.0.22-1 +Version: 1.0.22-2 Description: a cross-platform library to access USB devices |
