Keg::Relocation: allow -I, -L, -isystem prefixes
This commit is contained in:
parent
d8d52ba691
commit
febcdddf96
@ -12,7 +12,7 @@ class Keg
|
|||||||
class Relocation
|
class Relocation
|
||||||
extend T::Sig
|
extend T::Sig
|
||||||
|
|
||||||
RELOCATABLE_PATH_REGEX_PREFIX = /(?<![a-zA-Z0-9])/.freeze
|
RELOCATABLE_PATH_REGEX_PREFIX = /(?:(?<=-I|-L|-isystem)|(?<![a-zA-Z0-9]))/.freeze
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@replacement_map = {}
|
@replacement_map = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user