Skip to content

Commit

Permalink
makefile: Update VoodooI2C build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Nov 5, 2024
1 parent 923e130 commit ee7e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ function bKextHelper() {
if [[ "$2" == "VoodooI2C" ]]; then
cp -R "../VoodooInput" "./Dependencies/" || copyErr
git submodule init -q && git submodule update -q || networkErr "VoodooI2C Satellites"
xcodebuild -workspace "VoodooI2C.xcworkspace" -scheme "VoodooI2C" -derivedDataPath . build -jobs 1 -configuration "$3" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO > /dev/null 2>&1 || buildErr "$2"
xcodebuild -workspace "VoodooI2C.xcworkspace" -scheme "VoodooI2C" -derivedDataPath . build -jobs 1 -configuration "$3" > /dev/null 2>&1 || buildErr "$2"
cp -R ${PATH_VI2C}*.kext "../" || copyErr
else
cp -R "../VoodooInput" "./" || copyErr
Expand Down

0 comments on commit ee7e43d

Please sign in to comment.