Skip to content

Commit

Permalink
makefile: Switch to VoodooI2C official release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Nov 6, 2023
1 parent a800f8a commit 772c0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ function bKext() {
for oiwKext in "${oiwKexts[@]}"; do
bKextHelper ${OIW} "${oiwKext}" "${build_mode}"
done
bKextHelper VoodooI2C VoodooI2C
# bKextHelper VoodooI2C VoodooI2C
dGR VoodooI2C VoodooI2C
# Make sure Lilu is later than Lilu based kexts
bKextHelper ${ACDT} "Lilu" "${build_mode}"
echo "${yellow}[${bold} WARNING ${reset}${yellow}]${reset}: Please clean Xcode cache in ~/Library/Developer/Xcode/DerivedData!"
Expand Down

0 comments on commit 772c0c3

Please sign in to comment.