diff options
author | Scott McMillan <scott.andrew.mcmillan@gmail.com> | 2021-02-10 17:56:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 15:56:42 -0800 |
commit | 0007ed72c3a98ffaea7057dbb4f3ce87694e79a4 (patch) | |
tree | 794194c9f1ea05f374436403a0a32e78aa717007 /LICENSE-MIT | |
parent | 2b6f896ca744081a38579573a52824bf334fb54b (diff) | |
download | spack-0007ed72c3a98ffaea7057dbb4f3ce87694e79a4.tar.gz spack-0007ed72c3a98ffaea7057dbb4f3ce87694e79a4.tar.bz2 spack-0007ed72c3a98ffaea7057dbb4f3ce87694e79a4.tar.xz spack-0007ed72c3a98ffaea7057dbb4f3ce87694e79a4.zip |
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.
Diffstat (limited to 'LICENSE-MIT')
0 files changed, 0 insertions, 0 deletions