From 4e780d18cf65cb6d727c9db51ea40f125c4cb332 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Sun, 28 Aug 2022 11:13:22 -0300 Subject: [PATCH] Fixed clang instuctions Fixed clang instructions --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index bc6d3569..7fd51694 100644 --- a/BUILD.md +++ b/BUILD.md @@ -40,5 +40,5 @@ For Fedora and most derivatives: 1) Run `git clone --recursive https://github.com/cemu-project/Cemu` 2) `cd Cemu` 3) `mkdir build && cd build` -4) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja` +4) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -G Ninja` 5) `ninja`