diff --git a/browser_patches/webkit/build.sh b/browser_patches/webkit/build.sh index 063d2c413f..dee53b66b7 100755 --- a/browser_patches/webkit/build.sh +++ b/browser_patches/webkit/build.sh @@ -53,7 +53,7 @@ fi if is_mac; then selectXcodeVersionOrDie $(node "$SCRIPT_FOLDER/../get_xcode_version.js" webkit) - ./Tools/Scripts/build-webkit --release --touch-events --orientation-events + ./Tools/Scripts/build-webkit --release --touch-events --orientation-events --no-use-workspace elif is_linux; then if [[ $# == 0 || (-z "$1") ]]; then echo