Open mihaibudiu opened 5 years ago
You mean you want the -L
switch to take a colon-separated list? Wouldn't it be more standard to teach the compiler to check for an actual environment variable?
Reserving an environment variable is one thing, allowing the user to pass a path is a different thing. We can probably do both. DDLOG_LIBRARY_PATH is a reasonable name.
Ok, this is similar to how Java handles class path.
Otherwise it's impossible to use an environment variable to describe the ddlog library path.