Closed zmike closed 5 years ago
The Libs and Cflags variables exported by bullet.pc are busted: they use the mingw path /opt/ewpi_64/xyz but they need to use the Windows style C:/msys64/opt/ewpi_64/xyz in order to work correctly.
Libs
Cflags
/opt/ewpi_64/xyz
C:/msys64/opt/ewpi_64/xyz
actually, all the pc files of packages built with cmake have the same problem
fixed with 00d7273adab87dfebf1c3f16c414598cde0003c5
The
Libs
andCflags
variables exported by bullet.pc are busted: they use the mingw path/opt/ewpi_64/xyz
but they need to use the Windows styleC:/msys64/opt/ewpi_64/xyz
in order to work correctly.