I'm having trouble figuring out how to create my .rockspec file. I've
been reading the manuals all morning and trying things out, but I'm
running into problem after problem.

It's a simple module that's made of one Lua file and a private C file
which the Lua file includes and combines into its own table which it
returns.

The C file is compiled very simply, which is why I want to use the
"builtin" back-end. But I don't see any way to add these variables:

CFLAGS  += -fobjc-arc
LDFLAGS += -framework Cocoa
LDFLAGS += -framework Carbon

Plus I need to specify a MACOSX_DEPLOYMENT_TARGET of "10.8" and I'm
not sure how to override this.

Can someone help me out with this? Thanks.

-Steven

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to