Commit b59b44ff authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase I hope).

parent 54f8fd2b
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
isa = PBXAggregateTarget; isa = PBXAggregateTarget;
buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */; buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */;
buildPhases = ( buildPhases = (
631A90420D5A007D0014A2CE /* ShellScript */,
63FFDBCD0D2AE2AE0092FC96 /* ShellScript */, 63FFDBCD0D2AE2AE0092FC96 /* ShellScript */,
); );
dependencies = ( dependencies = (
...@@ -416,6 +417,21 @@ ...@@ -416,6 +417,21 @@
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */
631A90420D5A007D0014A2CE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
$SRCROOT/../../../CMakeLists.txt,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ntop_srcdir=`pwd`/../../..\ncd $top_srcdir && ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh";
showEnvVarsInLog = 0;
};
633BD6E30D2ADF030012A314 /* ShellScript */ = { 633BD6E30D2ADF030012A314 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
...@@ -452,7 +468,6 @@ ...@@ -452,7 +468,6 @@
files = ( files = (
); );
inputPaths = ( inputPaths = (
$SRCROOT/../../../bootstrap,
$SRCROOT/../../../CMakeLists.txt, $SRCROOT/../../../CMakeLists.txt,
); );
outputPaths = ( outputPaths = (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment