Android support: import the R class at the top of all java files from the FFI
[nit.git] / src / platform / pnacl.nit
index 8136187..f994c45 100644 (file)
@@ -56,7 +56,7 @@ class PnaclToolchain
 
                # Gather extra C files generated elsewhere than in super
                for f in compiler.extern_bodies do
-                       if f isa ExternCFile then cfiles.add(f.filename.basename(""))
+                       if f isa ExternCFile then cfiles.add(f.filename.basename)
                end
 
                # Outname