Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Unnecessary 32-bit JVM requirement #1765

@timboudreau

Description

@timboudreau

The Rakefile for angular.js passes -d32 to the java command, making it impossible to build angular.js on a machine which only has 64-bit Java on it. If the argument is removed, it builds fine.

This is very annoying if your project uses angular.js by including it as a git submodule, and you build on Linux where you very well may not have 32-bit JVM.

Seems harmless to remove it at least for building unless something I don't know about is using JNI or something.

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