lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On Fri, Apr 16, 2010 at 7:42 PM, Petite Abeille <petite.abeille@gmail.com> wrote:

$T:     $(OBJS)
       $(CC) -o $@ -bundle -undefined dynamic_lookup $(OBJS) $(LIBS) $(LDFLAGS)


Thanks, this modification solved my issue...