X-Git-Url: http://nitlanguage.org diff --git a/src/c_tools.nit b/src/c_tools.nit index b835f2a..6fa1f05 100644 --- a/src/c_tools.nit +++ b/src/c_tools.nit @@ -125,7 +125,7 @@ end class ExternCFile super ExternFile - # Additional specific CC compiler -c flags + # Custom options for the C compiler (CFLAGS) var cflags: String redef fun hash do return filename.hash