Skip to content

Commit 90db882

Browse files
committed
fix incldue
1 parent a0f30c6 commit 90db882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/system_libs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,8 +2085,8 @@ class CompilerRTLibrary(Library):
20852085

20862086
class libcompiler_rt_profile(CompilerRTLibrary, MTLibrary):
20872087
name = 'libcompiler_rt_profile'
2088-
2089-
includes = ['system/lib/libc']
2088+
2089+
includes = ['system/lib/libc', 'system/lib/compiler-rt/include']
20902090
src_dir = 'system/lib/compiler-rt/lib/profile'
20912091
src_files = glob_in_path(src_dir, '*.c')
20922092
src_files += glob_in_path(src_dir, '*.cpp')

0 commit comments

Comments
 (0)