Upgrade to lukka/run-vcpkg@v5
[MPC.git] / config / wxhtml.mpb
blob6e965264dbf937a7e38a46443bdd12386721d095
1 project: wxcore {
2   specific(prop:windows) {                                  
3     Debug::lit_libs   += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)d_html
4     Release::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)_html
5   } else {
6     lit_libs += wx_$(WX_PORT)$(WX_UNICODE)_html$(WX_VERSION)
7   }