[mod_v8_skel] Use libnode instead of libv8 on Windows.

This commit is contained in:
Andrey Volk
2026-07-04 13:23:34 +03:00
committed by GitHub
parent 0615f8f3fa
commit 2d85032cef
@@ -47,7 +47,7 @@
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(SolutionDir)\w32\curl.props" /> <Import Project="$(SolutionDir)\w32\curl.props" />
<Import Project="$(SolutionDir)\w32\v8.props" /> <Import Project="$(SolutionDir)\w32\libnode.props" />
<Import Project="$(SolutionDir)\w32\winlibs.props" /> <Import Project="$(SolutionDir)\w32\winlibs.props" />
<ImportGroup Label="ExtensionSettings"> <ImportGroup Label="ExtensionSettings">
</ImportGroup> </ImportGroup>