Explorar o código

Add CC parameter to allow use of custom C compiler
(cherry picked from commit cfd17de23098297d076def400cd6d506700a5f03)

Emmanuel Leblond %!s(int64=9) %!d(string=hai) anos
pai
achega
a5fe7ffbcd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      SConstruct

+ 2 - 1
SConstruct

@@ -138,7 +138,8 @@ opts.Add('etc1','etc1 Texture compression support (yes/no)','yes')
 opts.Add('builtin_zlib','Use built-in zlib (yes/no)','yes')
 opts.Add('openssl','Use OpenSSL (yes/no/builtin)','no')
 opts.Add('musepack','Musepack Audio (yes/no)','yes')
-opts.Add("CXX", "Compiler");
+opts.Add("CXX", "C++ Compiler")
+opts.Add("CC", "C Compiler")
 opts.Add("CCFLAGS", "Custom flags for the C++ compiler");
 opts.Add("CFLAGS", "Custom flags for the C compiler");
 opts.Add("LINKFLAGS", "Custom flags for the linker");