Skip to content

Fix Makefile to not mix dependencies between BIN_DIR and DISTRIB_DIR/lib #5270

@abadams

Description

@abadams

In #5228, there are two FIXMEs in the makefile where a test depends on bin/libHalide.dylib and also distrib/lib/libautoschedule_*.dylib, which injects a dependency on distrib/lib/libHalide.dylib, loading two copies of libHalide.

It's currently hacked around, this needs to be fixed. Probably by making all the tests in the Makefile only depend on things in distrib

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions