CACHEDIR: correct the case of the extension
This commit is contained in:
parent
67847a4c01
commit
5740025c5a
2
init.py
2
init.py
@ -88,7 +88,7 @@ if __name__ == '__main__':
|
|||||||
accumulated += [f'"-D{key}={val}"' for key, val in vars.items()]
|
accumulated += [f'"-D{key}={val}"' for key, val in vars.items()]
|
||||||
accumulated += args
|
accumulated += args
|
||||||
cmds = [
|
cmds = [
|
||||||
f"cp {os.path.join(self_dir, 'CACHEDIR.tag.in')} CACHEDIR.tag",
|
f"cp {os.path.join(self_dir, 'CACHEDIR.TAG.in')} CACHEDIR.TAG",
|
||||||
f"cmake {source_dir} {' '.join(accumulated)}",
|
f"cmake {source_dir} {' '.join(accumulated)}",
|
||||||
' '.join(build)
|
' '.join(build)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user