[xiph-commits] r15765 - trunk/ffmpeg2theora/scons-tools
j at svn.xiph.org
j at svn.xiph.org
Sat Mar 14 06:07:58 PDT 2009
Author: j
Date: 2009-03-14 06:07:57 -0700 (Sat, 14 Mar 2009)
New Revision: 15765
Modified:
trunk/ffmpeg2theora/scons-tools/crossmingw.py
Log:
gcc should be linker for cross compile
Modified: trunk/ffmpeg2theora/scons-tools/crossmingw.py
===================================================================
--- trunk/ffmpeg2theora/scons-tools/crossmingw.py 2009-03-14 02:46:40 UTC (rev 15764)
+++ trunk/ffmpeg2theora/scons-tools/crossmingw.py 2009-03-14 13:07:57 UTC (rev 15765)
@@ -135,7 +135,7 @@
env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS -shared')
env['SHLINKCOM'] = shlib_action
env.Append(SHLIBEMITTER = [shlib_emitter])
- env['LINK'] = mingw_prefix + 'g++'
+ env['LINK'] = mingw_prefix + 'gcc'
env['AS'] = mingw_prefix + 'as'
env['WIN32DEFPREFIX'] = ''
env['WIN32DEFSUFFIX'] = '.def'
More information about the commits
mailing list