fixed Darwin builds
[org.ibex.core.git] / src / org / ibex / plat / Darwin.java
index 289ce51..3a4ec12 100644 (file)
@@ -11,6 +11,7 @@ import org.ibex.core.*;
 import org.ibex.net.*;
 
 public class Darwin extends POSIX {
+    public static void main(String[] s) throws Exception { org.ibex.core.Main.main(s); }
     private static final Class openGLClass = OpenGL.class;
     static Darwin singleton;
     private CarbonOpenGL openGL;