FFI: ExternFile::filename should be relative to the nit-compile dir
[nit.git] / src / c_tools.nit
index 9a03c5a..1783c8e 100644 (file)
@@ -105,7 +105,8 @@ end
 
 # An extern file to compile
 class ExternFile
-       # The filename of the file
+
+       # Filename relative to the nit-compile folder
        var filename: String
 
        # The name of the target in the Makefile