summaryrefslogtreecommitdiff
path: root/external/libxml2/libxml2-vc10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libxml2/libxml2-vc10.patch')
-rw-r--r--external/libxml2/libxml2-vc10.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxml2/libxml2-vc10.patch b/external/libxml2/libxml2-vc10.patch
index 3892b518d35d..15bc4d973ea7 100644
--- a/external/libxml2/libxml2-vc10.patch
+++ b/external/libxml2/libxml2-vc10.patch
@@ -6,7 +6,7 @@ Add SOLARINC, and disable SSE2 default for MSVC2012
CFLAGS = $(CFLAGS) /D "HAVE_PTHREAD_H"
!endif
CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
-+CFLAGS = $(CFLAGS) -arch:SSE $(SOLARINC)
++CFLAGS = $(CFLAGS) $(SOLARINC)
# The linker and its options.
LD = link.exe