1
0
mirror of https://gitlab.com/bzip2/bzip2.git synced 2025-04-19 21:02:16 +03:00

1 Commits

Author SHA1 Message Date
Dylan Baker
ab22254684 Meson: install symlinks or copies of binaries
On most system symlinks are fine, but on windows symlinks are tricky at
best, or unsupported for older versions of windows. To avoid those
problems we'll just copy the binary if the host or build machine is
windows. This uses a small helper python script to make this all
easier to use and understand.
2019-07-01 14:53:21 -07:00