mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 08:30:41 +00:00
Quotation marks unnecessary
parent
a4d1a4295b
commit
ece5a29b24
@ -38,8 +38,8 @@ Remove the PPA (optional):
|
|||||||
cd build
|
cd build
|
||||||
|
|
||||||
export PATH=$HOME/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH
|
export PATH=$HOME/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH
|
||||||
export CC="gcc-7"
|
export CC=gcc-7
|
||||||
export CXX="g++-7"
|
export CXX=g++-7
|
||||||
|
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user