gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
384 stars 25 forks source link

Prevent empty cc arguments on Linux #148

Closed grovesNL closed 6 years ago

grovesNL commented 6 years ago

I believe the deployment error on Linux is caused by passing empty strings to cc on Linux. This PR attempts to address it by conditionally including the full Clink-arg string as a single variable instead.

grovesNL commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded