Skip to content

Commit

Permalink
misc: Remove include-fixed include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwinci committed Nov 19, 2023
1 parent 3e1350a commit f22c569
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ if not headers_only
error('could not find compiler-specific header directory')
endif

if c_compiler.get_id() == 'gcc' and fs.exists(ccdir / 'include-fixed')
rtdl_include_dirs += include_directories(ccdir / 'include-fixed')
libc_include_dirs += include_directories(ccdir / 'include-fixed')
endif

rtdl_include_dirs += include_directories(ccdir / 'include')
libc_include_dirs += include_directories(ccdir / 'include')
endif
Expand Down

0 comments on commit f22c569

Please sign in to comment.