You need to add `-fPIC` to your compiler flags. In dub.json:

    ...,
    "dflags": ["-fPIC"]

Reply via email to