Skip to content
  • Eddy Castillo's avatar
    Use compiler.has_link_argument() for linker flags · 03426048
    Eddy Castillo authored
    WARNING: -Wl,--version-script,libgepub/gepub.map looks like a linker
    argument, but has_argument and other similar methods only support
    checking compiler arguments. Using them to check linker arguments
    are never supported, and results are likely to be wrong regardless
    of the compiler you are using. has_link_argument or other similar
    method can be used instead.
    03426048