-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add macros support for Linux (#1108)
This uses Swift's builtin feature detection to check what flags are available. This probably means previous toolchains where macros weren't complete would return true for this, but that's probably fine. This also requires absolutizing TMPDIR since that is validated in a case on Linux and errors otherwise. Hoping this doesn't cause issues.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 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
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