shithub: rgbds

Download patch

ref: 458f79f44fcc63a1a2e32db775ce942c2337d103
parent: 34e04b0327377ba988e1a7d38a1d699cb03e12f2
author: Antonio Niño Díaz <[email protected]>
date: Wed Jun 6 18:18:29 EDT 2018

Fix test projects compilation in OS X

The tool md5sum is required by some of them.

Signed-off-by: Antonio Niño Díaz <[email protected]>

--- a/.travis-deps.sh
+++ b/.travis-deps.sh
@@ -2,7 +2,7 @@
 
 if [ $TRAVIS_OS_NAME = "osx" ]; then
     brew update
-    brew install libpng pkg-config
+    brew install libpng pkg-config md5sha1sum
 else # linux
     sudo apt-get -qq update
     sudo apt-get install -y -q bison flex libpng-dev pkg-config