Use normalized compat as identifier part
This commit is contained in:
parent
805a1484a5
commit
63f13f9108
@ -248,7 +248,7 @@ class Lua(Program):
|
|||||||
super(Lua, self).set_identifiers()
|
super(Lua, self).set_identifiers()
|
||||||
|
|
||||||
if self.identifiers is not None:
|
if self.identifiers is not None:
|
||||||
self.identifiers.extend(map(url_to_name, [opts.target, opts.compat, opts.location]))
|
self.identifiers.extend(map(url_to_name, [opts.target, self.compat, opts.location]))
|
||||||
|
|
||||||
def set_package_paths(self):
|
def set_package_paths(self):
|
||||||
local_paths_first = self.major_version == "5.1"
|
local_paths_first = self.major_version == "5.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user