summaryrefslogtreecommitdiff
path: root/copyfile.py
Commit message (Collapse)AuthorAgeFilesLines
* meson: Don't use 'cp' to copy filesChun-wei Fan2020-10-091-0/+15
'cp' is a UNIX/BASH shell-only command, which does not exist on standard Windows cmd.exe shells by default, so use a Python script that tries to do similar things.