configure: ignore -I directives on MSVC for link flags

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-05-05 20:24:27 -04:00
committed by Kacper Michajłow
parent 91f8703536
commit 77c3a7349e
Vendored
+1
View File
@@ -5212,6 +5212,7 @@ msvc_common_flags(){
-l*) echo ${flag#-l}.lib ;;
-LARGEADDRESSAWARE) echo $flag ;;
-L*) [ "$_flags_type" != "link" ] || echo -libpath:${flag#-L} ;;
-I*) [ "$_flags_type" = "link" ] || echo $flag ;;
-Wl,*) ;;
*) echo $flag ;;
esac