Skip to content

Commit 81cc0a6

Browse files
committed
Just adding -lstdc++
1 parent f4dd7ed commit 81cc0a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ if (WIN32)
4242
set(SOURCE_FILES ${SOURCE_FILES}
4343
src/webview/win32_wv2.cpp
4444
)
45-
if ("${CMAKE_CXX_COMPILER}" STREQUAL "GNU")
45+
#if ("${CMAKE_CXX_COMPILER}" STREQUAL "GNU")
4646
message("Adding stdc++ as library")
4747
target_link_libraries(webui stdc++)
48-
else()
49-
message("Not a windows GNU target")
50-
endif()
48+
#else()
49+
# message("Not a windows GNU target")
50+
#endif()
5151
endif()
5252

5353
if (APPLE)

0 commit comments

Comments
 (0)