Commit Graph

7 Commits

Author SHA1 Message Date
Jake Champlin
ee1b41622b Allow compilation on BSD
BSD Make uses `$.CURDIR` instead of `$CURDIR`. BSD and GNU share `$PWD`
though, so it works as a drop in replacement.

Also update scripts in `scripts/` to call `/usr/bin/env` in the shebang,
as BSD places `bash` at `/usr/local/bin/bash` instead of `/bin/bash`
2016-01-27 20:37:29 -05:00
Diptanu Choudhury
c2f81fe845 Removed a broken dependency 2015-12-17 13:12:28 -08:00
Chris Bednarski
6f17902027 Added some missing dependencies for linux x-compile 2015-11-17 17:29:27 -08:00
Alex Dadgar
257be30096 OS dependant build dependencies 2015-10-06 10:51:18 -07:00
Alex Dadgar
265271e721 OS specific build dependencies 2015-10-05 13:36:25 -07:00
Ryan Uber
9dcf65eed5 Makefile updates 2015-09-30 12:39:05 -07:00
Ryan Uber
f12530abfb Make fixes for OS-specific deps 2015-09-29 15:42:57 -07:00