Skip to content

Commit f4dd7ed

Browse files
committed
Another attempt to add -lstdc++
1 parent 4ebc7be commit f4dd7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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++)
4848
else()

0 commit comments

Comments
 (0)