Add -F to allowed prefixes
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
This commit is contained in:
parent
febcdddf96
commit
c07bf0d38f
@ -12,7 +12,7 @@ class Keg
|
||||
class Relocation
|
||||
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
|
||||
@replacement_map = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user