nitc & lib: intro the @android annotation and use it in nitc
[nit.git] / src / platform / emscripten.nit
index dc2662f..3e9199a 100644 (file)
@@ -31,6 +31,7 @@ end
 class EmscriptenPlatform
        super Platform
 
+       redef fun name do return "emscripten"
        redef fun supports_libunwind do return false
        redef fun supports_libgc do return false
        redef fun supports_linker_script do return false