Skip to content
Snippets Groups Projects
Commit 2c79feea authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix typo in libiberty check

parent 8e6645ed
No related branches found
No related tags found
No related merge requests found
...@@ -566,7 +566,7 @@ endif ...@@ -566,7 +566,7 @@ endif
# location of libiberty.h # location of libiberty.h
# #
if compiler.find_library('iberty', if compiler.find_library('iberty',
required:false) required:false).found()
if compiler.has_header('libiberty.h', if compiler.has_header('libiberty.h',
args: cflags, args: cflags,
include_directories: include_directories(incdirs)) include_directories: include_directories(incdirs))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment