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
72013a5b
Commit
72013a5b
authored
Feb 05, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOS: don't deploy xcrun as for Intel builds as this isn't needed
parent
fc45d0b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
contrib/src/main.mak
contrib/src/main.mak
+0
-1
extras/package/ios/build.sh
extras/package/ios/build.sh
+0
-1
No files found.
contrib/src/main.mak
View file @
72013a5b
...
...
@@ -133,7 +133,6 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
CCAS
=
gas-preprocessor.pl
$(CC)
-c
else
CCAS
=
$(CC)
-c
AS
=
xcrun as
endif
AR
=
xcrun ar
LD
=
xcrun ld
...
...
extras/package/ios/build.sh
View file @
72013a5b
...
...
@@ -184,7 +184,6 @@ if [ "$PLATFORM" = "OS" ]; then
export
GASPP_FIX_XCODE5
=
1
fi
else
export
AS
=
"xcrun as"
export
ASCPP
=
"xcrun as"
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