mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
2511a92d17
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>