Skip to content

Commit

Permalink
Rename Darwin.m to Darwin.c, fixes #2844 (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceRixte authored Oct 14, 2024
1 parent 6b5c29d commit 4c0d82e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamly.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ library

if os(darwin)
include-dirs: src/Streamly/Internal
c-sources: src/Streamly/Internal/FileSystem/Event/Darwin.m
c-sources: src/Streamly/Internal/FileSystem/Event/Darwin.c
exposed-modules: Streamly.Internal.FileSystem.Event.Darwin

if os(linux)
Expand Down

0 comments on commit 4c0d82e

Please sign in to comment.