-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Xcode CRuby settings into xcconfig (#48)
* Move search paths into xcconfig * Update to CRuby 2.1.0 * Update CI, docs
- Loading branch information
Showing
6 changed files
with
29 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CRuby
updated
6 files
+4 −0 | CHANGELOG.md | |
+1 −1 | Package.swift | |
+19 −22 | README.md | |
+1 −1 | Sources/CRuby/module.modulemap | |
+1 −1 | Sources/CRuby/ruby_headers.h | |
+44 −9 | cfg-cruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Jump over to CRuby for the actual settings. | ||
// Relative include path means relative to the location of this file. | ||
#include? "CRuby/CRuby.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters