Skip to content

Clang path resolution #32

@XuJiandong

Description

@XuJiandong

Running cd contracts/project1 && make build does not work due to the following issue:

cur_dir = $(dir $(abspath $(firstword $(MAKEFILE_LIST))))

CLANG := $(shell $(TOP)/scripts/find_clang)

This Makefile setup assumes that make is invoked from the workspace root, which breaks relative path resolution when run from a subdirectory.

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