digitalmars.D.learn - How can I override the defeat compiler select by Dub?
- Mike Brockus (7/7) Jun 23 2019 If you never seen Meson before then pick up a camera and take a
- evilrat (5/10) Jun 23 2019 Isn't there anything in meson recipe to tell dub use
If you never seen Meson before then pick up a camera and take a picture: π€ π https://mesonbuild.com/ Hometown Meson user here simply just wondering how can I tell Dub to use dmd to compile my dependence in Meson? Itβs one of the last things blocking me from having healthy D Meson projects that integrate nicely with Dub based projects.
Jun 23 2019
On Sunday, 23 June 2019 at 23:10:48 UTC, Mike Brockus wrote:If you never seen Meson before then pick up a camera and take a picture: π€ π https://mesonbuild.com/Nope. Wasn't working on Windows last time I checked.Hometown Meson user here simply just wondering how can I tell Dub to use dmd to compile my dependence in Meson?Isn't there anything in meson recipe to tell dub use --compiler=ldc2 switch? Or you can also try moving LDC/GDC in your %PATH% so that they come before DMD (works on Windows).
Jun 23 2019