Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
71c633a8
Commit
71c633a8
authored
Apr 19, 2009
by
Jean-Paul Saman
Browse files
Be more relaxed and change all library paths when necessary.
parent
26748792
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/macosx/framework/Pre-Compile.sh
View file @
71c633a8
...
...
@@ -81,11 +81,11 @@ if test "${ACTION}" = "build"; then
local
name
=
`
basename
${
linked_lib
}
`
case
"
${
linked_lib
}
"
in
*
/vlc_build_dir/
*
|
*
/vlc_install_dir/
*
|
*
vlc
*
|
*
/extras/contrib/lib/
*
)
if
test
-e
${
linked_lib
}
;
then
#
if test -e ${linked_lib}; then
install_name_tool
-change
"
$linked_lib
"
"
${
lib_install_prefix
}
/
${
name
}
"
"
${
lib_dest
}
"
linked_libs
=
"
${
linked_libs
}
${
ref_lib
}
"
install_library
${
linked_lib
}
${
target_lib
}
"library"
fi
#
fi
;;
esac
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment