spack/lib
Scott McMillan 0007ed72c3
Fix: Add a space between -isystem and the directory (#21599)
Some compilers, such as the NV compilers, do not recognize -isystem
dir when specified without a space.

Works: -isystem ../include
Does not work: -isystem../include

This PR updates the compiler wrapper to include the space with -isystem.
2021-02-10 15:56:42 -08:00
..
spack Fix: Add a space between -isystem and the directory (#21599) 2021-02-10 15:56:42 -08:00