Why -I flag does not work?

Victor Porton porton at narod.ru
Sat Feb 9 08:31:53 UTC 2019


On Saturday, 9 February 2019 at 08:15:36 UTC, Victor Porton wrote:
> $ DFLAGS="-I/usr/local/include/d/librdf -L-L/usr/local/lib" dub 
> build --compiler=dmd --build=unittest
...
> Why does -I flag in DFLAGS does not work? (Ubuntu Linux)

This does not work too:

$ DFLAGS="-I/usr/local/include/d/librdf -L-L/usr/local/lib" dmd 
-unittest source/xmlboiler/options.d

Why?!


More information about the Digitalmars-d-learn mailing list