Repro: 1. Clean build for ia32 first. node .\build.js --url_node=https://github.com/munyirik/node --cid_node=chakra-uwp --reset 2. now build for x64 (without --reset) node .\build.js --url_node=https://github.com/munyirik/node --cid_node=chakra-uwp --dest-cpu=x64 See that chakracore.dll is not copied automatically.
Repro:
node .\build.js --url_node=https://github.com/munyirik/node --cid_node=chakra-uwp --reset
node .\build.js --url_node=https://github.com/munyirik/node --cid_node=chakra-uwp --dest-cpu=x64
See that chakracore.dll is not copied automatically.