Escaped backslash in CFlags value disappears #140

Closed
opened 2017-09-19 10:13:32 +00:00 by karen-arutyunov · 0 comments
karen-arutyunov commented 2017-09-19 10:13:32 +00:00 (Migrated from github.com)

If Cflags value contains escaped backslash as follows:

Cflags: -IC:\\A

it is get printed by 'pkgconf --cflags' this way:

-IC:A

Note that pkg-config preserves the backslash, so its output is expectedly:

-IC:\\A

If Cflags value contains escaped backslash as follows: Cflags: -IC:\\\\A it is get printed by 'pkgconf --cflags' this way: -IC:A Note that pkg-config preserves the backslash, so its output is expectedly: -IC:\\\\A
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#140
There is no content yet.