The include path should be a single + so as to not append to existing search paths...
authorJason Self <j@jxself.org>
Sun, 23 Oct 2016 20:32:42 +0000 (13:32 -0700)
committerJason Self <j@jxself.org>
Sun, 23 Oct 2016 20:32:42 +0000 (13:32 -0700)
commit554d848a4b2ee9fbf512fdeb10b7a9d51f05ede8
treecbf58bb76a2bd3e8fecdd1850c885df3c00f5db8
parent3861ae43ef5e739e26b5803297f8cf5a960e21dc
The include path should be a single + so as to not append to existing search paths but to instead replace the current search path with the specified one. This avoid accidentally including code from other locations that may have the same name.
README
build.sh