fixed the prehook on osx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user