Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9e590459
Commit
9e590459
authored
Aug 16, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix release bundle size by reverting [
71c633a8
]
parent
d5d50e2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
projects/macosx/framework/Pre-Compile.sh
projects/macosx/framework/Pre-Compile.sh
+3
-3
No files found.
projects/macosx/framework/Pre-Compile.sh
View file @
9e590459
...
@@ -35,7 +35,7 @@ if test "${ACTION}" = "build"; then
...
@@ -35,7 +35,7 @@ if test "${ACTION}" = "build"; then
target_modules
=
"
${
target
}
/
${
modules
}
"
# Should we consider using a different well-known folder like shared resources?
target_modules
=
"
${
target
}
/
${
modules
}
"
# Should we consider using a different well-known folder like shared resources?
target_share
=
"
${
target
}
/
${
share
}
"
# Should we consider using a different well-known folder like shared resources?
target_share
=
"
${
target
}
/
${
share
}
"
# Should we consider using a different well-known folder like shared resources?
target_include
=
"
${
target
}
/
${
include
}
"
# Should we consider using a different well-known folder like shared resources?
target_include
=
"
${
target
}
/
${
include
}
"
# Should we consider using a different well-known folder like shared resources?
linked_libs
=
"
"
linked_libs
=
""
##########################
##########################
# @function install_library(src_lib, dest_dir, type, lib_install_prefix, destination_name)
# @function install_library(src_lib, dest_dir, type, lib_install_prefix, destination_name)
...
@@ -81,11 +81,11 @@ if test "${ACTION}" = "build"; then
...
@@ -81,11 +81,11 @@ if test "${ACTION}" = "build"; then
local
name
=
`
basename
${
linked_lib
}
`
local
name
=
`
basename
${
linked_lib
}
`
case
"
${
linked_lib
}
"
in
case
"
${
linked_lib
}
"
in
*
/vlc_build_dir/
*
|
*
/vlc_install_dir/
*
|
*
vlc
*
|
*
/extras/contrib/lib/
*
)
*
/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
}
"
install_name_tool
-change
"
$linked_lib
"
"
${
lib_install_prefix
}
/
${
name
}
"
"
${
lib_dest
}
"
linked_libs
=
"
${
linked_libs
}
${
ref_lib
}
"
linked_libs
=
"
${
linked_libs
}
${
ref_lib
}
"
install_library
${
linked_lib
}
${
target_lib
}
"library"
install_library
${
linked_lib
}
${
target_lib
}
"library"
#
fi
fi
;;
;;
esac
esac
done
done
...
...
Write
Preview
Markdown
is supported
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