Fix export typo

Erik H 2016-07-28 23:01:56 -06:00
parent 1ceb0686d9
commit fa70231af3

@ -42,7 +42,7 @@ The following instructions install `cmake` to `~/cmake`:
cd citra cd citra
mkdir build mkdir build
cd build cd build
expect CC=gcc-5 export CC=gcc-5
export CXX=g++-5 export CXX=g++-5
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON ~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON
make make