Hello,
I want to execute a command to get a list of libraries for inclusion into my
application
llvm-config --libs
Gives me: -lLLVMXCoreCodeGen -lLLVMXCoreAsmPrinter -lLLVMXCoreInfo
-lLLVMSystemZCodeGen -lLLVMSystemZAsmPrinter -lLLVMSystemZInfo [snip]
Normally it is used such as
export LDFLAGS=`llvm-config --libs`
or
g++ `llvm-config --libs --cflags`
I tried putting this in a Run Script build phase but it didn't work. I also
couldn't figure out how to put this into the Build Settings.
Is it possible to do this?
Kind regards,
Samuel_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]