Skip to content

Commit

Permalink
More quote escape issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 8, 2024
1 parent 70ac958 commit 1449f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_macos_sound_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ for i in {1..3}; do
PRODUCT_BUNDLE_IDENTIFIER=$bundleID \
GCC_PREPROCESSOR_DEFINITIONS="$GCC_PREPROCESSOR_DEFINITIONS \
kNumber_Of_Channels='2' \
kPlugIn_BundleID='$bundleID' \
kDriver_Name='$driverName'" \
kPlugIn_BundleID='\"$bundleID\"' \
kDriver_Name='\"$driverName\"'" \
MACOSX_DEPLOYMENT_TARGET=10.13

sudo mv build/BlackHole.driver /Library/Audio/Plug-Ins/HAL/$driverName.driver
Expand Down

0 comments on commit 1449f97

Please sign in to comment.