Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2021-01-04 02:57:50 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2021-01-04 03:00:10 +0300
commit7d673063f5323f359cc2bbd639a8019fe38d3820 (patch)
treee557f59b0fc5422933290c33e394371b55b441b7 /build-win32.txt
parentf337ad3c05278e77a9500aa9d3d79b2b22ca2b89 (diff)
[meta] Move SSE/SSE2 enablement out of cross files
Fixes Proton build, which uses an outdated Meson version. Signed-off-by: Philip Rebohle <philip.rebohle@tu-dortmund.de>
Diffstat (limited to 'build-win32.txt')
-rw-r--r--build-win32.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-win32.txt b/build-win32.txt
index a4c89505..2cb5cf0a 100644
--- a/build-win32.txt
+++ b/build-win32.txt
@@ -5,8 +5,6 @@ ar = 'i686-w64-mingw32-ar'
strip = 'i686-w64-mingw32-strip'
[built-in options]
-c_args=['-msse', '-msse2']
-cpp_args=['-msse', '-msse2']
c_link_args = ['-static', '-static-libgcc']
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']