X-Git-Url: http://nitlanguage.org diff --git a/src/ffi/c.nit b/src/ffi/c.nit index 92697f5..44841a8 100644 --- a/src/ffi/c.nit +++ b/src/ffi/c.nit @@ -74,6 +74,10 @@ end redef class MModule var c_compiler_options = "" is writable var c_linker_options = "" is writable + + # Additional libraries needed for the compilation + # Will be used with pkg-config + var pkgconfigs = new Array[String] end class ForeignCType