Skip to content

Commit

Permalink
ci: more libc++ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 19, 2024
1 parent 48e4405 commit 7e511e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/avendish.sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function(avnd_target_setup AVND_FX_TARGET)
)
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
target_link_libraries(${AVND_FX_TARGET} PRIVATE
-lc++
# -lc++
-Bsymbolic
# -flto
)
Expand Down

0 comments on commit 7e511e4

Please sign in to comment.