Skip to content

Commit

Permalink
Document -fmodules workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 19, 2024
1 parent 8634452 commit 8570b8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ For macOS, if you are happy to use the system Ruby then you just need to include
the RubyGateway framework as a dependency. If you are building on Linux or want
to use a different Ruby then you also need to configure CRuby.

## Linux

As of Swift 6, Apple have broken Swift PM such that you must pass "-Xcc -fmodules" to build the project. Check the CI invocation for an example.

### Getting the framework

Carthage for macOS:
Expand Down

0 comments on commit 8570b8e

Please sign in to comment.