-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
Describe the bug
autocxx emits lines like:
cargo:rerun-if-changed=/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/c++config.h
cargo:rerun-if-changed=/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/os_defines.h
when the current spec is to emit the cargo:: prefix with two colons.
To Reproduce
Cause a build.rs failure when using autocxx and examine the output.
Expected behavior
autocxx emits lines with correct prefixes.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels