Is there a way to set Other Linker flags to Theos Logos Tweak?

663 Views Asked by At

Hi Does anyone know how to set -ObjC as Other linker flag for logos tweak? Currently I'm using,

MyTest_LDFLAGS = -lsqlite3 -ObjC

or

MyTest_LDFLAGS = -lsqlite3 -lObjC
1

There are 1 best solutions below

1
On

Never after several hours of researching and reading the documentation I figured it out. Its simple, you need to pass the other linker flags as an command line argument.

user-macbook:$ make LDFLAGS=-ObjC

here is the complete link, http://uv.howett.net/ipf.html