diff options
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/x86_64-w64-mingw32.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/x86_64-w64-mingw32.txt b/cross/x86_64-w64-mingw32.txt index 05ba3b0..bc95ac2 100644 --- a/cross/x86_64-w64-mingw32.txt +++ b/cross/x86_64-w64-mingw32.txt @@ -8,7 +8,8 @@ strip = 'x86_64-w64-mingw32-strip' exe_wrapper = 'wine64' [properties] -needs_exe_wrapper = true +nm = 'x86_64-w64-mingw32-nm' +ar = 'x86_64-w64-mingw32-ar' [host_machine] system = 'windows' |