The version of setup.h that vcpkg uses to build wxWidgets (x64-windows) has some values I want to change. I want to make these changes and have the library rebuilt using my values.
I can't find a way to get vcpkg to rebuild the package. I can only 'remove' it and 'install' it. The 'remove' takes my changed setup.h with it, and the 'install' installs Microsoft's defaults (... and these ARE Microsoft's defaults; they are different to the defaults you get if you download the source and compile it yourself...)
Anybody know how to achieve what I want to do?