fixed the prehook on osx

This commit is contained in:
noah the goodra 2017-01-30 15:22:24 -06:00
parent ff28080091
commit b3184dfb33

View File

@ -1,4 +1,7 @@
#!/bin/sh
if [[ $OSTYPE == darwin* ]]
export PATH=$PATH:$(brew --prefix)/opt/llvm/bin:
fi
# Enforce citra's whitespace policy
git config --local core.whitespace tab-in-indent,trailing-space