- Basic tests are working - May need some adjustments to get all tests working - Cleaned up bundling to take Python arch into account when building with multiple architectures
8 lines
286 B
C
8 lines
286 B
C
#ifdef _MSC_VER
|
|
#pragma comment(lib, "Ws2_32.lib")
|
|
#pragma comment(lib, "advapi32.lib")
|
|
#endif
|
|
|
|
#include "capnp/dynamic.h"
|
|
|
|
static_assert(CAPNP_VERSION >= 7000, "Version of Cap'n Proto C++ Library is too old. Please upgrade to a version >= 0.7 and then re-install this python library"); |