pragma(linkerDirective,_) removes double quotes, dmd ignores LIB

zjh fqbqrr at 163.com
Tue Nov 29 01:08:03 UTC 2022


On Monday, 28 November 2022 at 16:21:20 UTC, NonNull wrote:

> Any idea what may be going on with dmd?

use `sc.ini` like this:

```d
[Version]
version=7.51 Build 020

[Environment]
lj=E:\path
DFLAGS="-I%@P%\..\..\src\phobos" 
"-I%@P%\..\..\src\druntime\import" "-I%lj%\dimport"
LIB="%@P%\..\lib"

```



More information about the Digitalmars-d-learn mailing list