Add -F to allowed prefixes

Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
This commit is contained in:
Rylan Polster 2021-11-08 00:44:57 -05:00
parent febcdddf96
commit c07bf0d38f
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -12,7 +12,7 @@ class Keg
class Relocation class Relocation
extend T::Sig extend T::Sig
RELOCATABLE_PATH_REGEX_PREFIX = /(?:(?<=-I|-L|-isystem)|(?<![a-zA-Z0-9]))/.freeze RELOCATABLE_PATH_REGEX_PREFIX = /(?:(?<=-F|-I|-L|-isystem)|(?<![a-zA-Z0-9]))/.freeze
def initialize def initialize
@replacement_map = {} @replacement_map = {}