From bb8dc3b462a79f5de82a4d984ac5ad5ae56cc57a Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 14 Jan 2018 14:13:04 +0000 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index e7a2259..d7a6afd 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -37,12 +37,12 @@ The `--recursive` option automatically clones the required Git submodules too. ### Building unicorn: ``` -pushd externals +cd externals git clone https://github.com/yuzu-emu/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh export UNICORNDIR=$(pwd) -popd +cd ../.. ``` ### Building yuzu in Debug Mode (Slow):