[Issue 17064] rdmd -of= broken (cf doesn't understand new dmd -of= syntax)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 6 20:55:51 PST 2017


https://issues.dlang.org/show_bug.cgi?id=17064

Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2 at gmail.com

--- Comment #2 from Timothee Cour <timothee.cour2 at gmail.com> ---
Where?

I'm seeing: -odsomefile but not -od=somefile, eg:

```
res = execute([rdmdApp, compilerSwitch, "--build-only", "--force", "-lib",
"-od" ~ libDir, srcName]);
```

--


More information about the Digitalmars-d-bugs mailing list