Trying to build cefpython v66 upstream on windows
using spotify build cef_binary_3.3359.1774.gd49d25f_windows32.tar.bz2
copied src\version\cef_version_linux.h to mac.h and win.h
python ../tools/automate.py --prebuilt-cef
returns warning/error (part of console output)
[182/323] Linking CXX static library
libcef_dll_wrapper\libcef_dll_wrapper.lib
cef_lock.cc.obj : warning LNK4221: This object file does not define any
previously undefined public symbols, so it will not be used by any link
operation that consumes this library
[166/166] Linking CXX static library
libcef_dll_wrapper\libcef_dll_wrapper.lib
cef_string16.cc.obj : warning LNK4221: no public symbols found; archive
member will be inaccessible
cef_lock.cc.obj : warning LNK4221: no public symbols found; archive member
will be inaccessible
File "../tools/automate.py", line 507, in build_wrapper_library_windows
fix_cmake_variables_for_MD_library()
File "../tools/automate.py", line 606, in fix_cmake_variables_for_MD_library
assert count == 2
AssertionError
full console output attached