From 897afba106e00b45aed0ee69248591057f9e4316 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 23 Mar 2022 12:19:43 +0100 Subject: [PATCH] Fix small typo in cross-file documentation I don't know if there's any time frame on allowing multiple cross files. --- cross-wine.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-wine.conf b/cross-wine.conf index f77f4314..f2c0d4de 100644 --- a/cross-wine.conf +++ b/cross-wine.conf @@ -25,4 +25,4 @@ cpp_link_args = ['-mwindows'] # For instance, this should be in the 64-bit only cross-file # c_args = ['-m64'] # cpp_args = ['-m64'] -# cpp_link_args = ['-m64', '-mconsole'] +# cpp_link_args = ['-m64', '-mwindows']