forked from OSchip/llvm-project
parent
16ba5f1cfb
commit
99c20d1459
|
|
@ -13,7 +13,7 @@ namespace llvmc {
|
||||||
// FIXME: This currently work on linux and windows only. It does not
|
// FIXME: This currently work on linux and windows only. It does not
|
||||||
// work on other unices.
|
// work on other unices.
|
||||||
static std::string GetDirSeparator() {
|
static std::string GetDirSeparator() {
|
||||||
#ifdef __linux__
|
#if __linux__ || __APPLE__
|
||||||
return "/";
|
return "/";
|
||||||
#else
|
#else
|
||||||
return "\\";
|
return "\\";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue