Xcode build settings (such as llvm-config)
Xcode build settings (such as llvm-config)
- Subject: Xcode build settings (such as llvm-config)
- From: Samuel Williams <email@hidden>
- Date: Wed, 7 Apr 2010 17:26:23 +1200
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@hidden)
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:
This email sent to email@hidden