Skip to content

Commit

Permalink
Drop OS checks for linking with stdc++ when GHC < 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jship committed Feb 21, 2024
1 parent dbf8d42 commit ae1ef9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dear-imgui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,7 @@ library
if impl(ghc >= 9.4)
build-depends: system-cxx-std-lib
else
if os(linux)
extra-libraries: stdc++
if os(darwin)
extra-libraries: stdc++
if os(windows)
extra-libraries: stdc++
extra-libraries: stdc++
include-dirs:
imgui
build-depends:
Expand Down

0 comments on commit ae1ef9f

Please sign in to comment.