Skip to content

d_library: path error when including source from dep libs. #1

@DavidYKay

Description

@DavidYKay

Example:

# d/mainlib/BUILD
d_library(name="mainlib",
  deps=["//3rdparty/a"])
# 3rdparty/a/BUILD
d_library(name="a",
  srcs=["src/a.d"])

In this case, DMD will fail, expecting to find 3rdparty/a/src/a.d on the local path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions