File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# MSVC_NMake/libxml++
2
2
3
- # Input: pkg_conf_data, xmlxxconfig_h
3
+ # Input: pkg_conf_data, xmlxxconfig_h_meson
4
4
# Output: xmlxx_rc
5
5
6
6
xmlxx_rc = configure_file (
@@ -9,9 +9,9 @@ xmlxx_rc = configure_file(
9
9
configuration : pkg_conf_data,
10
10
)
11
11
12
- # Copy the generated configuration header into the MSVC project directory.
12
+ # Make a copy of the generated configuration header in the MSVC project directory.
13
13
configure_file (
14
- input : xmlxxconfig_h ,
14
+ input : xmlxxconfig_h_meson ,
15
15
output : ' libxml++config.h' ,
16
- copy : true ,
16
+ configuration : pkg_conf_data ,
17
17
)
Original file line number Diff line number Diff line change @@ -393,9 +393,10 @@ configure_file(
393
393
install_dir : install_pkgconfigdir,
394
394
)
395
395
396
+ xmlxxconfig_h_meson = files (' libxml++config.h.meson' )
396
397
install_includeconfigdir = install_libdir / xmlxx_pcname / ' include'
397
- xmlxxconfig_h = configure_file (
398
- input : ' libxml++config.h.meson ' ,
398
+ configure_file (
399
+ input : xmlxxconfig_h_meson ,
399
400
output : ' libxml++config.h' ,
400
401
configuration : pkg_conf_data,
401
402
install_dir : install_includeconfigdir,
You can’t perform that action at this time.
0 commit comments