Is it possible to build googles v8 as a shared library with gyp on windows (msvc 2012)? Everything I tried does not work. What I tried:
python build\gyp_v8 -Dcomponent=shared_library python build\gyp_v8 library=shared
In the second, an error appears that the "library" is unknown. The first has no effect.
build v8 gyp
The wavelength
source share