tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.8k stars 318 forks source link

Use `cd` instead of `cpio -D` to support older versions of `cpio` #400

Closed 05nelsonm closed 8 months ago

05nelsonm commented 8 months ago

This PR removes the usage of cpio -D in order to support older versions. Ubuntu 16.04 has cpio version 2.11, which does not contain the -D argument.