mirror of https://github.com/procxx/kepka.git
Fix path in doc/building-xcode.md
Closes #1794 Signed-off-by: Christoph Auer <auer.chrisi@gmx.net>
This commit is contained in:
parent
62ceead444
commit
580306d090
|
@ -235,7 +235,7 @@ In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
|||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
cd gyp
|
||||
./setup.py build
|
||||
sudo setup.py install
|
||||
sudo ./setup.py install
|
||||
cd ..
|
||||
|
||||
#####Build crashpad
|
||||
|
|
Loading…
Reference in New Issue