Skip to content

Commit

Permalink
Try removing posix change
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman authored and Sean-Der committed May 17, 2023
1 parent 6c1657c commit 9dd779d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.zsh/toolchain/windows-cross-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86")
set(_CROSS_PREFIX "i686")
endif()

set(CMAKE_C_COMPILER ${_CROSS_PREFIX}-w64-mingw32-gcc-posix)
set(CMAKE_CXX_COMPILER ${_CROSS_PREFIX}-w64-mingw32-g++-posix)
set(CMAKE_C_COMPILER ${_CROSS_PREFIX}-w64-mingw32-gcc)
set(CMAKE_CXX_COMPILER ${_CROSS_PREFIX}-w64-mingw32-g++)
set(CMAKE_RC_COMPILER ${_CROSS_PREFIX}-w64-mingw32-windres)
set(CMAKE_RANLIB ${_CROSS_PREFIX}-w64-mingw32-ranlib)

Expand Down

0 comments on commit 9dd779d

Please sign in to comment.