Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Building for multiple CPU targets produces wrong output #11

@jasongin

Description

@jasongin

First I built for --platform=desktop and --dest-cpu=x86, and it produced output in out/nodejs_desktop_x86.

Then I built for --platform=desktop and --dest-cpu=x64, and it produced output in out/nodejs_desktop_x64 with exactly the same binaries as the x86 output.

After I cleaned everything and started over, I was able to build proper x64 binaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions