about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2018-12-06 11:26:11 -0700
committerMichael Howell <michael@notriddle.com>2018-12-10 12:09:50 -0700
commit81de5d9519270e1c9dc3c1ee97067ac7058edefe (patch)
treeecdc74cd976281003c970e2d568cd381f3d40fb3 /src/test
parent1137d29d5e551e377579c5a601fe7c444057d00c (diff)
downloadrust-81de5d9519270e1c9dc3c1ee97067ac7058edefe.tar.gz
rust-81de5d9519270e1c9dc3c1ee97067ac7058edefe.zip
Remove dependency on shell32.dll #56510
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make-fulldeps/tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/tools.mk b/src/test/run-make-fulldeps/tools.mk
index 3de358fa500..79399281804 100644
--- a/src/test/run-make-fulldeps/tools.mk
+++ b/src/test/run-make-fulldeps/tools.mk
@@ -76,7 +76,7 @@ endif
 # Extra flags needed to compile a working executable with the standard library
 ifdef IS_WINDOWS
 ifdef IS_MSVC
-	EXTRACFLAGS := ws2_32.lib userenv.lib shell32.lib advapi32.lib
+	EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib
 else
 	EXTRACFLAGS := -lws2_32 -luserenv
 endif