diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-15 03:40:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-15 03:40:30 +0300 |
commit | a58a728c24b47524b98c7bcd01fc1ae1c8035d31 (patch) | |
tree | 676ea4c3a57c83cc179f5c6c20f32118dad9104d | |
parent | README update (diff) | |
download | privilege-check-a58a728c24b47524b98c7bcd01fc1ae1c8035d31.tar.gz privilege-check-a58a728c24b47524b98c7bcd01fc1ae1c8035d31.zip |
README update
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -35,10 +35,10 @@ Another example, using Cygwin + MinGW-w64 + `make` (again, targetting x86-64): > pwd /cygdrive/d/workspace/build/privilege-check/mingw/release - > cmake -G "Unix Makefiles" \ - -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ - -D CMAKE_RC_COMPILER=x86_64-w64-mingw32-windres - -D CMAKE_BUILD_TYPE=Release \ + > cmake -G "Unix Makefiles" \ + -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ \ + -D CMAKE_RC_COMPILER=x86_64-w64-mingw32-windres \ + -D CMAKE_BUILD_TYPE=Release \ /cygdrive/d/workspace/personal/privilege-test ... |