-
-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore macOS 10.13 (High Sierra) support (#10778)
* Differentiate PCRE2 from PCRE, fix missed version substitution * cd back out of source folders after building dependencies * Build pcre from source to fix macOS 10.13 compatibility pcre is linked into Haxe, so it's important that it honors our macOS deployment target. 43df805 replaced pcre with pcre2. This commit brings pcre back so both are built side by side. This fixes #10723 * Update pcre download links From pcre.org: > Note that the former ftp.pcre.org FTP site is no longer available. and > You can also download PCRE2 or the older, unmaintained PCRE library > from an unofficial mirror at SourceForge: > > https://sourceforge.net/projects/pcre/files/ * Remove unused pcre2 build Until the pcre2 migration is actually done, only build pcre. Context: #10491
- Loading branch information
1 parent
3177901
commit b350eb2
Showing
2 changed files
with
14 additions
and
8 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