diff --git a/AUTHORS b/AUTHORS index 849efa274..6bc5659bb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -357,5 +357,6 @@ a license to everyone to use it as detailed in LICENSE.) * Patrick Berger (copyright owned by Compusoft Group) * Alexander Frank Lehmann (copyright owned by Compusoft Group) * Tommy Nguyen +* Thomas Schander (copyright owned by Enscape GmbH) * Benjamin S. Rodgers * Paul Shapiro diff --git a/tools/system_libs.py b/tools/system_libs.py index d90ec3373..a4e103722 100755 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -291,7 +291,11 @@ def calculate(temp_files, in_temp, stdout_, stderr_, forced=[]): 'utility.cpp', 'valarray.cpp', 'variant.cpp', - 'vector.cpp' + 'vector.cpp', + os.path.join('experimental', 'memory_resource.cpp'), + os.path.join('experimental', 'filesystem', 'directory_iterator.cpp'), + os.path.join('experimental', 'filesystem', 'path.cpp'), + os.path.join('experimental', 'filesystem', 'operations.cpp') ] libcxxabi_include = shared.path_from_root('system', 'lib', 'libcxxabi', 'include') return build_libcxx(