We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820f94f commit cbf21e2Copy full SHA for cbf21e2
src/Solution.cpp
@@ -402,15 +402,15 @@ void Solution::writeMakeFile() const
402
403
lib.close();
404
405
- zipIn=wifstream(pathFromRoot(L"ProjectConfigs\\PerlMagick\\Zip.ps1"), std::ios::binary);
+ zipIn=wifstream(pathFromRoot(L"Build\\PerlMagick\\Zip.ps1"), std::ios::binary);
406
if (!zipIn)
407
return;
408
409
zip=wofstream(pathFromRoot(L"ImageMagick\\PerlMagick\\Zip.ps1"), std::ios::binary);
410
zip << zipIn.rdbuf();
411
zip.close();
412
413
- makeFileIn.open(pathFromRoot(L"ProjectConfigs\\PerlMagick\\Makefile.PL.in"));
+ makeFileIn.open(pathFromRoot(L"Build\\PerlMagick\\Makefile.PL.in"));
414
if (!makeFileIn)
415
416
0 commit comments