Skip to content

Commit 28c0622

Browse files
committed
small fix
1 parent 601959f commit 28c0622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if env['PLATFORM'] == "win32":
6767

6868
else:
6969
env.PrependUnique(CXXFLAGS='-std=c++11')
70-
if icpc:
70+
if env['tool'] == 'intelc':
7171
# options for Intel C++ compiler on hpc dev-intel07
7272
env.PrependUnique(CCFLAGS=['-w1', '-fp-model', 'precise'])
7373
env.PrependUnique(LIBS=['imf'])

0 commit comments

Comments
 (0)