diff options
author | spiff_ <spiff_@svn> | 2010-08-03 01:15:35 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-08-03 01:15:35 +0000 |
commit | 94e7088d6a2da5d66c33e561a00ad8453b97a4ad (patch) | |
tree | 2f5dae78e366d85fe6535c47051ed43af21dd5d2 /configure.in | |
parent | 7e416205ac4b8fd4b94d375d217a51a3cc8645bb (diff) |
changed: compile libapetag with configure cc/cxx
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32437 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8b246cb947..cd3ebc790e 100644 --- a/configure.in +++ b/configure.in @@ -1920,7 +1920,7 @@ XB_CONFIG_MODULE([xbmc/lib/libapetag], [ ./configure \ --host=$host_alias \ --build=$build_alias \ - --target=$target_alias CFLAGS="$CFLAGS" + --target=$target_alias CFLAGS="$CFLAGS" CC="$CC" CXX="$CXX" fi ], [0]) |