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:
authorJacek Caban <jacek@codeweavers.com>2019-08-26 16:33:35 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2019-08-26 21:07:58 +0300
commite7b71926e351685c4f960e1dc538dd37fbe3ba66 (patch)
treefd3a1576331cdaa2af1616f9bed6760ae81b3b8f /build-win32.txt
parent198114025781b53a39f95e76b85b2edb761e592a (diff)
[build] Check if --add-stdcall-alias and --enable-stdcall-fixup is supported before using it.
lld-link linker does not support nor need it.
Diffstat (limited to 'build-win32.txt')
-rw-r--r--build-win32.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-win32.txt b/build-win32.txt
index 0865fc5e..97ec8a35 100644
--- a/build-win32.txt
+++ b/build-win32.txt
@@ -8,7 +8,7 @@ strip = 'i686-w64-mingw32-strip'
c_args=['-msse', '-msse2']
cpp_args=['-msse', '-msse2']
c_link_args = ['-static', '-static-libgcc']
-cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++', '-Wl,--add-stdcall-alias,--enable-stdcall-fixup']
+cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
needs_exe_wrapper = true
[host_machine]