mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 08:20:05 +00:00
fixed the prehook on osx
This commit is contained in:
parent
ff28080091
commit
b3184dfb33
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
if [[ $OSTYPE == darwin* ]]
|
||||||
|
export PATH=$PATH:$(brew --prefix)/opt/llvm/bin:
|
||||||
|
fi
|
||||||
|
|
||||||
# Enforce citra's whitespace policy
|
# Enforce citra's whitespace policy
|
||||||
git config --local core.whitespace tab-in-indent,trailing-space
|
git config --local core.whitespace tab-in-indent,trailing-space
|
||||||
|
Loading…
Reference in New Issue
Block a user