Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
db567871
Commit
db567871
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx/framework: Fix contrib location.
parent
ed6e4256
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+4
-4
No files found.
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
View file @
db567871
...
@@ -422,14 +422,14 @@
...
@@ -422,14 +422,14 @@
files
=
(
files
=
(
);
);
inputPaths
=
(
inputPaths
=
(
$SRCROOT/../../contrib/bootstrap
,
$SRCROOT/../../
../extras/
contrib/bootstrap
,
);
);
outputPaths
=
(
outputPaths
=
(
$SRCROOT/../../contrib/config.mak
,
$SRCROOT/../../
../extras/
contrib/config.mak
,
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
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
;
showEnvVarsInLog
=
0
;
};
};
633BD6EB0D2ADF280012A314
/* ShellScript */
=
{
633BD6EB0D2ADF280012A314
/* ShellScript */
=
{
...
@@ -443,7 +443,7 @@
...
@@ -443,7 +443,7 @@
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
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
;
showEnvVarsInLog
=
0
;
};
};
63FFDBCD0D2AE2AE0092FC96
/* ShellScript */
=
{
63FFDBCD0D2AE2AE0092FC96
/* ShellScript */
=
{
...
...
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