We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c603a36 + c1657aa commit 83d232bCopy full SHA for 83d232b
1 file changed
externals/cgns/hdf5/meson.build
@@ -1165,10 +1165,12 @@ if cc_can_run
1165
gen_SRCS = [ H5lib_settings_c, H5Tinit_c ]
1166
else
1167
configure_file(input: 'H5T_init.cross',
1168
- output: 'H5T_init.c')
+ output: 'H5T_init.c',
1169
+ copy: true)
1170
1171
configure_file(input: 'H5lib_settings.cross',
- output: 'H5lib_settings.c')
1172
+ output: 'H5lib_settings.c',
1173
1174
1175
gen_SRCS = ['H5T_init.c', 'H5lib_settings.c']
1176
endif
0 commit comments