Skip to content

Commit

Permalink
[libc] Merge compat directories.
Browse files Browse the repository at this point in the history
We already have a system/include/compat for all libc compat headers,
so we don't need a system/include/libc-compat next to it
  • Loading branch information
waywardmonkeys committed Jul 21, 2015
1 parent a2b81c6 commit 6d5702e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions tools/shared.py
Expand Up @@ -756,8 +756,7 @@ def get_llvm_target():
path_from_root('system', 'include'),
path_from_root('system', 'include', 'emscripten'),
path_from_root('system', 'include', 'libc'),
path_from_root('system', 'lib', 'libc', 'musl', 'arch', 'emscripten'),
path_from_root('system', 'include', 'libc-compat')
path_from_root('system', 'lib', 'libc', 'musl', 'arch', 'emscripten')
]

CXX_INCLUDE_PATHS = [path_from_root('system', 'include', 'libcxx')
Expand Down

0 comments on commit 6d5702e

Please sign in to comment.