Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation on MacOS / GHC 8.10.7 (#156)
Fixes errors along the lines of: dear-imgui > [ 2 of 17] Compiling DearImGui.GLFW dear-imgui > error: unknown type name 'constexpr' So the "-std=c++11" option is not being passed to the C++ compiler on MacOS. The issue seems related to haskell/cabal#6421
- Loading branch information