tests/143: Add xilib check for ICL

pull/5331/head
Dylan Baker 6 years ago
parent 43c1ab0d98
commit 73d6bde9b6
  1. 2
      test cases/common/143 C and CPP link/meson.build

@ -30,6 +30,8 @@ if cxx.get_argument_syntax() == 'msvc'
static_linker = find_program('lib')
elif cxx.get_id() == 'clang-cl'
static_linker = find_program('llvm-lib')
elif cxx.get_id() == 'intel-cl'
static_linker = find_program('xilib')
else
error('unable to determine static linker to use with this compiler')
endif

Loading…
Cancel
Save