You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
sanjaiganesh
changed the title
Chakracore.dll is not copied automatically, sometimes.
Chakracore.dll & .lib is not copied automatically, sometimes.
Aug 1, 2016
chakra-uwp builds node-chakra so it uses Chakra.dll on the system and not ChakraCore.dll. This means that it shouldn't get copied at all. But you're seeing it get copied sometimes?
hmm. ok. May be I have mixed the builds that left chakracore.dll when building node-chakracore (chakracore-master) and incorrectly deduced. I shall verify this.
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.
The text was updated successfully, but these errors were encountered: