Changeset 354034bd4b05f8fe64dd857eef09119472110fa1
- Timestamp:
- 02/08/08 18:28:30
(5 months ago)
- Author:
- Faustino Osuna <riquedafreak@videolan.org>
- git-committer:
- Faustino Osuna <riquedafreak@videolan.org> 1202491710 +0000
- git-parent:
[e4f4413c02a2604acf6e302fa41bc8af51b4a27b]
- git-author:
- Faustino Osuna <riquedafreak@videolan.org> 1202491710 +0000
- Message:
VLCKit.framework: Assume cmake that is in contrib/bin is to be used.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb59b44f |
r354034b |
|
| 475 | 475 | runOnlyForDeploymentPostprocessing = 0; |
|---|
| 476 | 476 | shellPath = /bin/sh; |
|---|
| 477 | | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ntop_srcdir=`pwd`/../../..\nmkdir -p $SYMROOT/vlc_build_dir\nrm -Rf $top_srcdir/CMakeCache.txt\ncd $SYMROOT/vlc_build_dir && cmake $top_srcdir"; |
|---|
| | 477 | shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ntop_srcdir=`pwd`/../../..\nmkdir -p $SYMROOT/vlc_build_dir\nrm -Rf $top_srcdir/CMakeCache.txt\ncd $SYMROOT/vlc_build_dir && $top_srcdir/extras/contrib/bin/cmake $top_srcdir"; |
|---|
| 478 | 478 | showEnvVarsInLog = 0; |
|---|
| 479 | 479 | }; |
|---|