Skip to content

Commit

Permalink
BLD: fix compiler_cxx check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
yolanda15 committed Aug 21, 2015
1 parent 630cba1 commit 74bb22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/distutils/intelccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class IntelCCompilerW(MSVCCompiler):
A modified Intel compiler compatible with an MSVC-built Python.
"""
compiler_type = 'intelw'
compiler_cxx = 'icl'

def __init__(self, verbose=0, dry_run=0, force=0):
MSVCCompiler.__init__(self, verbose, dry_run, force)
Expand Down

0 comments on commit 74bb22c

Please sign in to comment.