dicom3tools: fix build error with Fujitsu compiler (#29435)
This commit is contained in:
parent
3ffe9a27b2
commit
8537634283
@ -52,6 +52,14 @@ def build(self, spec, prefix):
|
|||||||
configure = Executable(join_path('.', 'Configure'))
|
configure = Executable(join_path('.', 'Configure'))
|
||||||
configure()
|
configure()
|
||||||
|
|
||||||
|
if spec.satisfies('%fj'):
|
||||||
|
filter_file('#define UseStandardHeadersWithoutExtension 0',
|
||||||
|
'#define UseStandardHeadersWithoutExtension 1',
|
||||||
|
'config/generic.cf')
|
||||||
|
filter_file('#define EmitUsingStdNameSpace 0',
|
||||||
|
'#define EmitUsingStdNameSpace 1',
|
||||||
|
'config/generic.cf')
|
||||||
|
|
||||||
imake = which('imake')
|
imake = which('imake')
|
||||||
imake('-I./config', '-DDefaultUIDRoot={0}'.format(uid_root))
|
imake('-I./config', '-DDefaultUIDRoot={0}'.format(uid_root))
|
||||||
make('World')
|
make('World')
|
||||||
|
Loading…
Reference in New Issue
Block a user