[vlc-commits] contrib: CCAS needs -c option
Rafaël Carré
git at videolan.org
Mon Jul 29 07:30:19 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jul 29 07:29:03 2013 +0200| [82e8851c3090badc2e07cd29e66529777fe4c807] | committer: Rafaël Carré
contrib: CCAS needs -c option
Fix ba8cad3aeec1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82e8851c3090badc2e07cd29e66529777fe4c807
---
contrib/src/main.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 2027af5..66cc31e 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -123,7 +123,7 @@ endif
endif
-CCAS=$(CC)
+CCAS=$(CC) -c
ifdef HAVE_IOS
CC=xcrun clang
@@ -133,7 +133,7 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
else
AS=xcrun as
endif
-CCAS=gas-preprocessor.pl $(CC)
+CCAS=gas-preprocessor.pl $(CC) -c
AR=xcrun ar
LD=xcrun ld
STRIP=xcrun strip
More information about the vlc-commits
mailing list