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
89c88095
Commit
89c88095
authored
Mar 04, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCKit: Fix Pre-Compile.sh when building VLC-release.app.
parent
84b88ba5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projects/macosx/framework/Pre-Compile.sh
projects/macosx/framework/Pre-Compile.sh
+2
-2
No files found.
projects/macosx/framework/Pre-Compile.sh
View file @
89c88095
...
...
@@ -245,7 +245,7 @@ vlc_install `dirname ${cache}` `basename ${cache}` ${target_plugins} "data"
vlc_install
"src/
${
prefix
}
"
"libvlc.5.dylib"
"
${
target_lib
}
"
"lib"
vlc_install
"src/
${
prefix
}
"
"libvlccore.4.dylib"
"
${
target_lib
}
"
"lib"
pushd
`
pwd
`
>
/dev/null
cd
${
TARGET_BUILD_DIR
}
/
${
FULL_PRODUCT_NAME
}
/lib
cd
${
target_lib
}
ln
-sf
libvlc.5.dylib libvlc.dylib
ln
-sf
libvlccore.4.dylib libvlccore.dylib
popd
>
/dev/null
...
...
@@ -263,7 +263,7 @@ $pbxcp ${main_build_dir}/share/lua ${target_share}
if
[
"
$FULL_PRODUCT_NAME
"
=
"VLC-release.app"
]
;
then
echo
"Exporting headers..."
mkdir
-p
${
target_include
}
/vlc
$pbxcp
${
main_build_dir
}
/include/vlc/
*
.h
${
target_include
}
/vlc
$pbxcp
${
VLC_SRC_DIR
}
/include/vlc/
*
.h
${
target_include
}
/vlc
else
echo
"Headers not needed for this product"
fi
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