Fix the build with enabled debugger on Windows (#3531)
Changes: - Typo fixed in cmake build system and appveyor config - Added a new buildoption test JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
This commit is contained in:
committed by
Robert Fancsik
parent
608bc9e5ff
commit
b7a2a153aa
@@ -50,7 +50,7 @@ target_link_libraries(${JERRY_EXT_NAME} jerry-core)
|
||||
|
||||
set(JERRY_EXT_PKGCONFIG_LIBS)
|
||||
|
||||
if(USING_MSVC AND FEATURE_DEBUGGER)
|
||||
if(USING_MSVC AND JERRY_DEBUGGER)
|
||||
target_link_libraries(${JERRY_EXT_NAME} ws2_32)
|
||||
set(JERRY_EXT_PKGCONFIG_LIBS -lws2_32)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user