|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_HOST_API void MayaFlux::Host::Live::lila_add_compile_flag | ( | const std::string & | flag | ) |
Add a compile flag to the Lila interpreter.
Must be called before start_lila(). Flags registered after initialization have no effect on the compiler state already built by initialize().
| flag | Compiler flag string, e.g. "-DMY_DEFINE" or "-I/some/path". |
Definition at line 120 of file Runtime.cpp.