File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,11 +304,11 @@ void VersionInfo::write() const
304304{
305305 const auto versionFile=L" ImageMagick\\ " + _options.magickCoreName () + L" \\ version.h" ;
306306
307- write (L" Configure\\ Configs\\ package.version.h.in" ,L" Configure\\ Configs\\ package.version.h" );
308307 write (L" ImageMagick\\ " + _options.magickCoreName () + L" \\ version.h.in" ,versionFile);
309308 write (L" ImageMagick\\ config\\ configure.xml.in" ,L" Artifacts\\ bin\\ configure.xml" );
310309
311- filesystem::copy (_options.rootDirectory + versionFile,_options.rootDirectory + L" Configure\\ version.h" ,filesystem::copy_options::overwrite_existing);
310+ write (L" Configure\\ Configs\\ package.version.h.in" ,L" Configure\\ Configs\\ package.version.h" );
311+ filesystem::copy (_options.rootDirectory + versionFile,_options.rootDirectory + L" Configure\\ Configs\\ version.h" ,filesystem::copy_options::overwrite_existing);
312312}
313313
314314void VersionInfo::write (wstring inputFile,wstring outputFile) const
You can’t perform that action at this time.
0 commit comments