X-Git-Url: http://nitlanguage.org diff --git a/lib/cocoa/cocoa.nit b/lib/cocoa/cocoa.nit index 99c6b12..09e1291 100644 --- a/lib/cocoa/cocoa.nit +++ b/lib/cocoa/cocoa.nit @@ -20,7 +20,7 @@ # # This wrapper of the Cocoa API regroups the Foundation Kit and the # Application Kit. -module cocoa is c_linker_option "-framework Cocoa" +module cocoa is ldflags "-framework Cocoa" import foundation import app_kit