From 0ea6384e52e6edd403bf6525dea6a66ffa7025b0 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 14 Jan 2025 17:55:59 +0100 Subject: [PATCH] (macOS) Removed an unnecessary directory creation step in the dependency setup script --- tools/macOS_dependencies_setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/macOS_dependencies_setup.sh b/tools/macOS_dependencies_setup.sh index cf24f690d..9290a7846 100755 --- a/tools/macOS_dependencies_setup.sh +++ b/tools/macOS_dependencies_setup.sh @@ -145,7 +145,6 @@ fi cd libtiff git checkout v4.5.1 -mkdir build cd .. echo