mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:19:06 +08:00
4af63c6f3e
Fix one of https://github.com/microsoft/vcpkg/issues/32398 issue.
The following error occurs when installing
`libopnmidi[core,pmdwin-emulator,gens-emulator]:x64-linux`.
```
/mnt/vcpkg/buildtrees/libopnmidi/src/v1.5.1-f0b18d03a5.clean/src/chips/pmdwin/op.h:36:8: error: unknown type name ‘inline’
36 | static inline int16_t Limit16(int a)
```
The upstream author has fixed this issue in this
[commit](
|
||
---|---|---|
.. | ||
cmake-build-shared-libs-support.patch | ||
cmake-package-export.patch | ||
disable-wopn2hpp.patch | ||
fix-build-without-sequencer.patch | ||
fix-c++-standard.patch | ||
fix-pmdwin-emulator-include.patch | ||
portfile.cmake | ||
usage | ||
vcpkg.json |