danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
434 stars 74 forks source link

Fix macOS compilation #106

Open playday3008 opened 3 years ago

playday3008 commented 3 years ago

Well AppleClang can't compile c++20 code I added #ifdef for __APPLE__ to compile c++11 code on macOS Check this: https://github.com/playday3008/GOESP/commit/8d5e287155934e440b9e43ce04dea0ab04627cb8