www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - env vars in dub.json?

reply Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
"dflags-windows": [
     "-L-L$SOME_LIB_PATH // or %SOME_LIB_PATH%
],

How to achieve this? Is this even possible?
May 06
parent Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
On Tuesday, 6 May 2025 at 11:24:54 UTC, Ferhat Kurtulmuş wrote:
 "dflags-windows": [
     "-L-L$SOME_LIB_PATH // or %SOME_LIB_PATH%
 ],

 How to achieve this? Is this even possible?
Ok, this actually works. Thanks
May 06