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

Description
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.