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-12 02:53:05 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2021-01-12 02:54:16 +0300
commit8163eb41854c370fa6e5318cd3f5621ecb43048a (patch)
tree002893007c2f4bf11b9305d8bcca93294cdce2f3 /build-win64.txt
parent0eec95843fd169a3b4bcf85680380d6de305826c (diff)
[meta] Do not use built-in arguments
Breaks ancient meson versions. Should fix #1893.
Diffstat (limited to 'build-win64.txt')
-rw-r--r--build-win64.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/build-win64.txt b/build-win64.txt
index 1fad5ab7..1aee4626 100644
--- a/build-win64.txt
+++ b/build-win64.txt
@@ -4,10 +4,6 @@ cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
-[built-in options]
-c_link_args = ['-static', '-static-libgcc']
-cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
-
[properties]
needs_exe_wrapper = true