libdispatch: fix typo: compatability to compatibility

This commit is contained in:
Philip Taron 2024-04-02 14:50:10 -07:00
parent 25f91c20b6
commit 0c73cbb6f0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ appleDerivation' stdenvNoCC {
cp -r dispatch/*.h $out/include/dispatch
cp -r os/object*.h $out/include/os
# gcc compatability. Source: https://stackoverflow.com/a/28014302/3714556
# gcc compatibility. Source: https://stackoverflow.com/a/28014302/3714556
substituteInPlace $out/include/dispatch/object.h \
--replace 'typedef void (^dispatch_block_t)(void);' \
'#ifdef __clang__