]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add avr-libc to the Debian build dependencies.
authorAndrew Pritchard <awpritchard@gmail.com>
Mon, 28 Mar 2016 15:39:39 +0000 (08:39 -0700)
committerAndrew Pritchard <awpritchard@gmail.com>
Mon, 28 Mar 2016 15:39:39 +0000 (08:39 -0700)
commit1fd9dbdbe9e7a819a7dae50d9b745640435e0e13
treea39eccbca99d2fddc515bc77c19be2ad174086d6
parent80eefb09ac5de95a6977702b4014d4b4d79a5d7d
Add avr-libc to the Debian build dependencies.

Without avr-libc the build fails trying to #include_next a header from the standard library, which of course doesn't exist.
BUILD_GUIDE.md