diff --git a/CMakeLists.txt b/CMakeLists.txt index a6f5c22..9c9bf6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ if (NOT MSVC) -Wmissing-prototypes -Wconversion -Wno-sign-conversion ) - if (NOT CLANG) + if (NOT APPLE) add_definitions(-static -static-libgcc -static-libstdc++) endif () endif (NOT MSVC) diff --git a/README.md b/README.md index 0391bd9..64f221f 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Optionally you can also install **cppcheck** and **physfs** Once that is done run the following: ```bash -mkdir build -cd build +mkdir _build +cd _build cmake -DCMAKE_BUILD_TYPE=Debug .. # Build type flag is optional make ```