A few tweaks.

pull/15/head
Jussi Pakkanen 11 years ago
parent 9955ca254b
commit ed8fd95505
  1. 2
      backends.py
  2. 2
      test cases/java/1 basic/com/sourceforge/meson/Simple.java

@ -255,7 +255,7 @@ class Backend():
commands = ['c']
elem = NinjaBuildElement(outname_rel, jar_rule, obj_list)
elem.add_item('LINK_FLAGS', commands)
return elem
elem.write(outfile)
def generate_single_java_compile(self, src, target, compiler, outfile):
buildtype = self.environment.coredata.buildtype

@ -2,6 +2,6 @@ package com.sourceforge.meson;
class Simple {
public static void main(String [] args) {
System.out.println("Is working.\n");
System.out.println("Java is working.\n");
}
}

Loading…
Cancel
Save