aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-01-11 14:53:31 +0800
committerLi Jin <dragon-fly@qq.com>2021-01-11 14:53:31 +0800
commit6dc11dccc6c8147b5b71c86be7e458eebc35f8c5 (patch)
tree3ee6e603d1271b0525df2ab8ceddd71a9c47399c /src
parenta191b6cd5ba938714203721e342e0af8c0ce569f (diff)
downloadyuescript-6dc11dccc6c8147b5b71c86be7e458eebc35f8c5.tar.gz
yuescript-6dc11dccc6c8147b5b71c86be7e458eebc35f8c5.tar.bz2
yuescript-6dc11dccc6c8147b5b71c86be7e458eebc35f8c5.zip
add all the compiler specific linker flags.
Diffstat (limited to 'src')
-rw-r--r--src/ghc/fs_std.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghc/fs_std.hpp b/src/ghc/fs_std.hpp
index a38f38a..d8e03b8 100644
--- a/src/ghc/fs_std.hpp
+++ b/src/ghc/fs_std.hpp
@@ -30,7 +30,7 @@
30// namespace fs. 30// namespace fs.
31//--------------------------------------------------------------------------------------- 31//---------------------------------------------------------------------------------------
32#ifndef GHC_FILESYSTEM_STD_H 32#ifndef GHC_FILESYSTEM_STD_H
33#if defined(__cplusplus) && __cplusplus >= 201703L && defined(__has_include) 33#if defined(__cplusplus) && __cplusplus >= 201703L && defined(__has_include) && (!defined(__GNUC__) || __GNUC__ >= 9)
34#if __has_include(<filesystem>) 34#if __has_include(<filesystem>)
35#define GHC_USE_STD_FS 35#define GHC_USE_STD_FS
36#include <filesystem> 36#include <filesystem>