Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
db567871
Commit
db567871
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
macosx/framework: Fix contrib location.
parent
ed6e4256
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
View file @
db567871
...
...
@@ -422,14 +422,14 @@
files
=
(
);
inputPaths
=
(
$SRCROOT/../../contrib/bootstrap
,
$SRCROOT/../../
../extras/
contrib/bootstrap
,
);
outputPaths
=
(
$SRCROOT/../../contrib/config.mak
,
$SRCROOT/../../
../extras/
contrib/config.mak
,
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../contrib && ./bootstrap"
;
shellScript
=
"if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../
../extras/
contrib && ./bootstrap"
;
showEnvVarsInLog
=
0
;
};
633BD6EB0D2ADF280012A314
/* ShellScript */
=
{
...
...
@@ -443,7 +443,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../contrib && make"
;
shellScript
=
"if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../
../extras/
contrib && make"
;
showEnvVarsInLog
=
0
;
};
63FFDBCD0D2AE2AE0092FC96
/* ShellScript */
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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