daokoder / dao-modules

Dao Standard Modules
http://daovm.net
12 stars 5 forks source link

Possibly missing linking flags for DaoCXX #35

Open dumblob opened 9 years ago

dumblob commented 9 years ago

I can't compile this module using GCC under Linux with Clang 3.5.1 and LLVM 3.5.1 without adding project.AddLinkingFlag( "-lLLVMOption -lLLVMSupport" ) at the very end of all other project.AddLinkingFlag() method calls.