aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/Support/copyframeworks-atv2.command
diff options
context:
space:
mode:
Diffstat (limited to 'tools/darwin/Support/copyframeworks-atv2.command')
-rwxr-xr-xtools/darwin/Support/copyframeworks-atv2.command4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/Support/copyframeworks-atv2.command b/tools/darwin/Support/copyframeworks-atv2.command
index 21cdd55ff7..d0d35a05eb 100755
--- a/tools/darwin/Support/copyframeworks-atv2.command
+++ b/tools/darwin/Support/copyframeworks-atv2.command
@@ -103,8 +103,8 @@ check_xbmc_dylib_depends "$XBMC_HOME"/addons "*.pvr"
echo "Checking $XBMC_HOME/addons *.xbs for dylib dependencies"
check_xbmc_dylib_depends "$XBMC_HOME"/addons "*.xbs"
-echo "Checking xbmc/DllPaths_generated.h for dylib dependencies"
-for a in $(grep .dylib "$SRCROOT"/xbmc/DllPaths_generated.h | awk '{print $3}' | sed s/\"//g) ; do
+echo "Checking src/DllPaths_generated.h for dylib dependencies"
+for a in $(grep .dylib "$SRCROOT"/src/DllPaths_generated.h | awk '{print $3}' | sed s/\"//g) ; do
check_dyloaded_depends $a
done