Skip to content

DXCAPI.H makes hard-coded path assumptions on Linux #4918

Closed
@walbourn

Description

@walbourn

The DXCAPI.H header has:

#include "dxc/Support/WinAdapter.h"

while the DXCISENSE.H header has:

#include "Support/WinAdapter.h"

Which both make explicit (and mismatched) assumptions about the layout that doesn't match the contents of the ZIP. This can be worked around, but in a future update it would be best to make both of these:

#include "WinAdapter.h"

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues related to build and setupup-for-grabsContributors welcome

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions