mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-10-29 23:36:22 +01:00
This commit will avoid the following error from being reported on MacOSX: ``` docker run --rm dockcross/linux-armv7 > ./dockcross-linux-armv7 chmod +x ./dockcross-linux-armv7 ./dockcross-linux-armv7 bash -c '$CC test/C/hello.c -o hello_arm' grep: /proc/version: No such file or directory grep: /proc/version: No such file or directory ``` Reported-by: Chris Warth <cswarth@gmail.com>