Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit d654a08

Browse files
committed
Disable ldc_extern_weak (not supported for MSVC) for all Windows targets
1 parent 397661c commit d654a08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,11 @@ DISABLED_TESTS += testclass
225225
DISABLED_SH_TESTS += test_shared
226226

227227
# LDC: OS X ld needs extra options, but not needed so do not bother
228+
# not supported for MSVC either
228229
ifeq ($(OS),osx)
229230
DISABLED_TESTS += ldc_extern_weak
230231
endif
231-
ifeq ($(OS),win64)
232+
ifeq ($(findstring win,$(OS)),win)
232233
DISABLED_TESTS += ldc_extern_weak
233234
endif
234235

0 commit comments

Comments
 (0)