mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
7d596220f9
* [wxwidgets] Fix include path in UNIX * update version record
6 lines
148 B
C
6 lines
148 B
C
#ifdef _DEBUG
|
|
#include "../../debug/lib/@WX_SETUP_H_DBG_RELATIVE@/setup.h"
|
|
#else
|
|
#include "../../lib/@WX_SETUP_H_REL_RELATIVE@/setup.h"
|
|
#endif
|