Skip to content

Commit

Permalink
Merge pull request #235052 from reckenrode/xnu-fix-mk2
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored May 31, 2023
2 parents cfb757d + 1aa68d1 commit 1c31f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ appleDerivation' (if headersOnly then stdenvNoCC else stdenv) (
--replace "-Werror " ""
substituteInPlace SETUP/kextsymboltool/Makefile \
--replace "-lstdc++" "-lc++"
--replace "-lstdc++" "-lc++ -lc++abi"
substituteInPlace libsyscall/xcodescripts/mach_install_mig.sh \
--replace "/usr/include" "/include" \
Expand Down

0 comments on commit 1c31f7e

Please sign in to comment.