Do not try to mix gcc with link.exe.

pull/6363/head
Jussi Pakkanen 5 years ago
parent 0b42e817dd
commit 1cf7799df2
  1. 2
      run_unittests.py

@ -4992,6 +4992,8 @@ class WindowsTests(BasePlatformTests):
self._check_ld('lld-link', 'c', 'lld-link')
def test_link_environment_variable_link(self):
if shutil.which('gcc'):
raise unittest.SkipTest('GCC can not used with link.exe.')
self._check_ld('link', 'c', 'link')
def test_link_environment_variable_optlink(self):

Loading…
Cancel
Save