mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 04:10:04 +00:00
fixed a typo
This commit is contained in:
parent
b3184dfb33
commit
4b96671c8f
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [[ $OSTYPE == darwin* ]]
|
|
||||||
|
if [ $OSTYPE == darwin* ]
|
||||||
|
then
|
||||||
export PATH=$PATH:$(brew --prefix)/opt/llvm/bin:
|
export PATH=$PATH:$(brew --prefix)/opt/llvm/bin:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user