Fix mixed spaces/tabs in wscripts
This commit is contained in:
parent
1e5c5e6bdf
commit
a9bc95a911
@ -70,8 +70,8 @@ def build(bld):
|
||||
obj.cflags = [ '-fPIC' ]
|
||||
|
||||
if bld.is_defined ('HAVE_JACK_METADATA'):
|
||||
obj.cxxflags += [ '-DHAVE_JACK_METADATA' ]
|
||||
obj.cflags += [ '-DHAVE_JACK_METADATA' ]
|
||||
obj.cxxflags += [ '-DHAVE_JACK_METADATA' ]
|
||||
obj.cflags += [ '-DHAVE_JACK_METADATA' ]
|
||||
|
||||
if (bld.env['build_target'] == 'mingw'):
|
||||
obj.uselib = [ 'PORTAUDIO' ]
|
||||
|
4
wscript
4
wscript
@ -71,8 +71,8 @@ compiler_flags_dictionaries= {
|
||||
'ultra-strict' : ['-Wredundant-decls', '-Wstrict-prototypes', '-Wmissing-prototypes'],
|
||||
# Flag to turn on C99 compliance by itself
|
||||
'c99': '-std=c99',
|
||||
# Flag to enable AT&T assembler syntax
|
||||
'attasm': '-masm=att',
|
||||
# Flag to enable AT&T assembler syntax
|
||||
'attasm': '-masm=att',
|
||||
},
|
||||
'msvc' : {
|
||||
'debuggable' : ['/DDEBUG', '/Od', '/Zi', '/MDd', '/Gd', '/EHsc'],
|
||||
|
Loading…
Reference in New Issue
Block a user