forked from libuv/libuv
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
darwin: use runtime check for file cloning
Using #ifdef guards is not reliable because libuv may have been compiled on a newer system than what it runs on, or vice versa. Fixes: libuv#2088 Fixes: nodejs/node#24521 PR-URL: libuv#2092 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
- Loading branch information
1 parent
58e96fb
commit 5bc38de
Showing
1 changed file
with
26 additions
and
10 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