Fix enabling of precompiled headers on macOS
On macOS, the test script is passed the full path to the compiler, like /usr/local/bin/icpc. That doesn't match "icpc". Change-Id: I149e0540c00745fe8119fffd1463c87b8f6a89b2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
ad0d2f463a
commit
1fcea11756
@ -5,7 +5,7 @@ COMPILER=$1
|
||||
VERBOSE=$2
|
||||
|
||||
case "$COMPILER" in
|
||||
icpc)
|
||||
*icpc)
|
||||
cat >header.h <<EOF
|
||||
#define HEADER_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user