소스 검색

Fix compilation on some systems with a recent LLVM but no filesystem library

main
Sam Hocevar 10 달 전
부모
커밋
e29dd1c4b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      include/lol/lib/cli11

+ 1
- 1
include/lol/lib/cli11 파일 보기

@@ -21,7 +21,7 @@ namespace std { static auto getenv = [](char const *) { return nullptr; }; }
// that, do not use <version> on systems that do not have it.
#if !defined __SCE__
# include <version>
# if defined _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY
# if defined _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY || defined _LIBCPP_AVAILABILITY_HAS_NO_FILESYSTEM_LIBRARY
# define CLI11_HAS_FILESYSTEM 0
# endif
#endif


불러오는 중...
취소
저장