mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-10 15:40:07 +00:00
Check if .cc
exists in fmt.cc
(#4005)
After installation, these files no longer exist and cause errors.
This commit is contained in:
parent
f332a81b72
commit
51a690ab15
@ -122,7 +122,9 @@ extern "C++" {
|
||||
module :private;
|
||||
#endif
|
||||
|
||||
#include "format.cc"
|
||||
#if FMT_OS
|
||||
#if FMT_HAS_INCLUDE("format.cc")
|
||||
# include "format.cc"
|
||||
#endif
|
||||
#if FMT_OS && FMT_HAS_INCLUDE("os.cc")
|
||||
# include "os.cc"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user