From 44914f867c66b4d685ff15752d4fc457941742b8 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 15 Sep 2022 17:31:45 -0400 Subject: [PATCH] Remove scripts --- SuperBuild/scripts/macos_fix_rpath.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 SuperBuild/scripts/macos_fix_rpath.sh diff --git a/SuperBuild/scripts/macos_fix_rpath.sh b/SuperBuild/scripts/macos_fix_rpath.sh deleted file mode 100755 index aad3152e..00000000 --- a/SuperBuild/scripts/macos_fix_rpath.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -install_name_tool -add_rpath "$1" "$2" || true