Always show target on Windows
This commit is contained in:
parent
22491fe141
commit
666aa79c36
@ -391,7 +391,7 @@ class Lua(Program):
|
|||||||
def add_options_to_version_suffix(self):
|
def add_options_to_version_suffix(self):
|
||||||
options = []
|
options = []
|
||||||
|
|
||||||
if opts.target != get_default_lua_target():
|
if os.name == "nt" or opts.target != get_default_lua_target():
|
||||||
options.append(("target", opts.target))
|
options.append(("target", opts.target))
|
||||||
|
|
||||||
if self.compat != "default":
|
if self.compat != "default":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user