sdl: clang accidently got set to default; use gcc as default
This commit is contained in:
parent
57b0178477
commit
c8b4be7911
|
@ -25,7 +25,7 @@ opts.AddVariables(
|
||||||
BoolVariable('LOGO', 'Enable a logoscreen when creating avis (SDL only)', 1),
|
BoolVariable('LOGO', 'Enable a logoscreen when creating avis (SDL only)', 1),
|
||||||
BoolVariable('GTK', 'Enable GTK2 GUI (SDL only)', 1),
|
BoolVariable('GTK', 'Enable GTK2 GUI (SDL only)', 1),
|
||||||
BoolVariable('GTK3', 'Enable GTK3 GUI (SDL only)', 0),
|
BoolVariable('GTK3', 'Enable GTK3 GUI (SDL only)', 0),
|
||||||
BoolVariable('CLANG', 'Compile with llvm-clang instead of gcc', 1)
|
BoolVariable('CLANG', 'Compile with llvm-clang instead of gcc', 0)
|
||||||
)
|
)
|
||||||
AddOption('--prefix', dest='prefix', type='string', nargs=1, action='store', metavar='DIR', help='installation prefix')
|
AddOption('--prefix', dest='prefix', type='string', nargs=1, action='store', metavar='DIR', help='installation prefix')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue