Closed Cogitri closed 4 years ago
The travis-ci failed: https://travis-ci.org/huntlabs/hunt/jobs/626195644?utm_medium=notification&utm_source=github_status
I'm not sure whether the shared libs of dmd work.
It should work, but I'll have to give it another look.
Fixed that. Another thing: Please keep the project version defined in the meson.build in the root of the project in sync with the version you specify in your dub.json.
Thanks a lot! I'll merge it.
Fixed that. Another thing: Please keep the project version defined in the meson.build in the root of the project in sync with the version you specify in your dub.json.
There is no version setting in Hunt's dub.json.
All D compilers have different args to link the standard library, libphobos, in a shared manner. Previously we just hardcoded ldc2's switch for this, but this commit adjusts this so that it also works with dmd and gdc.