Skip to content

Conversation

@nikitalita
Copy link
Contributor

@nikitalita nikitalita commented Jan 28, 2023

A few things:

  • linking against stdc++fs is no longer required with clang and will end up throwing an error on newer versions.
  • fs::path::preferred_seperator is a wchar_t on windows, so you have to convert it to char first before replacing
  • list() in main.cpp conflicts with std::list(); renamed to list_archive()

target_link_libraries(unshieldv3 stdc++fs)

target_link_libraries(unshieldv3)
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't even required with the latest GCC anymore.

@wfr
Copy link
Owner

wfr commented Apr 24, 2025

Thanks! Merged as part of #9

@wfr wfr closed this Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants