From e43869d9a2114f091778b2ae74101f158f0c6d85 Mon Sep 17 00:00:00 2001 From: Rick V Date: Fri, 12 Jun 2020 16:03:45 -0500 Subject: [PATCH] FUWAS --- contrib/cross/mingw32.cmake | 1 - contrib/cross/mingw64.cmake | 1 - 2 files changed, 2 deletions(-) diff --git a/contrib/cross/mingw32.cmake b/contrib/cross/mingw32.cmake index 4948b89b6..22c4b4649 100644 --- a/contrib/cross/mingw32.cmake +++ b/contrib/cross/mingw32.cmake @@ -1,6 +1,5 @@ set(CMAKE_SYSTEM_NAME Windows) set(TOOLCHAIN_PREFIX i686-w64-mingw32) -set(TOOLCHAIN_SUFFIX "-posix") set(WOW64_CROSS_COMPILE ON) set(CROSS_TARGET i686-w64-mingw32) diff --git a/contrib/cross/mingw64.cmake b/contrib/cross/mingw64.cmake index cdb13fa78..d3a642138 100644 --- a/contrib/cross/mingw64.cmake +++ b/contrib/cross/mingw64.cmake @@ -1,6 +1,5 @@ set(CMAKE_SYSTEM_NAME Windows) set(TOOLCHAIN_PREFIX x86_64-w64-mingw32) -set(TOOLCHAIN_SUFFIX "-posix") set(WIN64_CROSS_COMPILE ON) set(CROSS_TARGET x86_64-w64-mingw32)